summaryrefslogtreecommitdiff
path: root/cpp/src/slice2freeze/Main.cpp
diff options
context:
space:
mode:
authorMatthew Newhook <matthew@zeroc.com>2009-01-14 09:59:23 -0330
committerMatthew Newhook <matthew@zeroc.com>2009-01-14 09:59:23 -0330
commitf8a2a5c47bcc31192d618de6833e9663c9feb5ac (patch)
tree53e877985e264c38f958d0165a8f6970cbcc11e7 /cpp/src/slice2freeze/Main.cpp
parenthttp://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=3640 - If slice2java error... (diff)
downloadice-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/slice2freeze/Main.cpp')
-rw-r--r--cpp/src/slice2freeze/Main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/slice2freeze/Main.cpp b/cpp/src/slice2freeze/Main.cpp
index 84f98ac7c27..cbffb460a3f 100644
--- a/cpp/src/slice2freeze/Main.cpp
+++ b/cpp/src/slice2freeze/Main.cpp
@@ -1523,7 +1523,7 @@ main(int argc, char* argv[])
if(opts.isSet("version"))
{
- cout << ICE_STRING_VERSION << endl;
+ cerr << ICE_STRING_VERSION << endl;
return EXIT_SUCCESS;
}