Skip to content

Don't log to stdout #92

Open
Open
@asarkar

Description

static void log(Object msg) {
    System.out.println("protoc-jar: " + msg);
}

Protoc is handed OutputStream out, OutputStream err. If you log to stdout, those are kinda pointless. Please write to the given output stream.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions