OSDN Git Service

Change from ::stdout to stderr when reporting fatal error.
authorKarl Schimpf <kschimpf@google.com>
Fri, 2 Oct 2015 19:42:47 +0000 (12:42 -0700)
committerKarl Schimpf <kschimpf@google.com>
Fri, 2 Oct 2015 19:42:47 +0000 (12:42 -0700)
commit4e6ea83aecbae8725af6f8498847ce4cbecbe33b
treeea6a736b1b295a45c913aa95c92d1f119c550171
parent7e64eaaadcbd40c94deba3f03a571abfaa2fc086
Change from ::stdout to stderr when reporting fatal error.

The pnacl linux x86_64 buildbot doesn't understand ::stdout (it uses
a macro to define stdout). Fix by removing :: prefix. Also redirects
the error messages to stderr instead of stdout.

BUG=None
R=stichnot@chromium.org

Review URL: https://codereview.chromium.org/1383053002 .
src/IceCompileServer.cpp