diff options
author | Matthew Newhook <matthew@zeroc.com> | 2009-01-14 09:59:23 -0330 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2009-01-14 09:59:23 -0330 |
commit | f8a2a5c47bcc31192d618de6833e9663c9feb5ac (patch) | |
tree | 53e877985e264c38f958d0165a8f6970cbcc11e7 /cpp/src/slice2py | |
parent | http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=3640 - If slice2java error... (diff) | |
download | ice-f8a2a5c47bcc31192d618de6833e9663c9feb5ac.tar.bz2 ice-f8a2a5c47bcc31192d618de6833e9663c9feb5ac.tar.xz ice-f8a2a5c47bcc31192d618de6833e9663c9feb5ac.zip |
http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=3517 ; translator stdout/stderr.
Diffstat (limited to 'cpp/src/slice2py')
-rw-r--r-- | cpp/src/slice2py/Main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/slice2py/Main.cpp b/cpp/src/slice2py/Main.cpp index 4b522bf9a98..7343ea9f812 100644 --- a/cpp/src/slice2py/Main.cpp +++ b/cpp/src/slice2py/Main.cpp @@ -420,7 +420,7 @@ main(int argc, char* argv[]) if(opts.isSet("version")) { - cout << ICE_STRING_VERSION << endl; + cerr << ICE_STRING_VERSION << endl; return EXIT_SUCCESS; } |