diff options
author | Marc Laukien <marc@zeroc.com> | 2002-07-24 19:18:35 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2002-07-24 19:18:35 +0000 |
commit | f33fb1760a9a73f488db368262242e69f3dda7af (patch) | |
tree | 7ba3327b943fce482f2740c048c115e051540362 /cpp/src/IcePack/Server.cpp | |
parent | Much improved error handling and reporting. (diff) | |
download | ice-f33fb1760a9a73f488db368262242e69f3dda7af.tar.bz2 ice-f33fb1760a9a73f488db368262242e69f3dda7af.tar.xz ice-f33fb1760a9a73f488db368262242e69f3dda7af.zip |
commenbts
Diffstat (limited to 'cpp/src/IcePack/Server.cpp')
-rw-r--r-- | cpp/src/IcePack/Server.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IcePack/Server.cpp b/cpp/src/IcePack/Server.cpp index 16502266c9c..fefa7aada7f 100644 --- a/cpp/src/IcePack/Server.cpp +++ b/cpp/src/IcePack/Server.cpp @@ -124,7 +124,7 @@ main(int argc, char* argv[]) } else { - cerr << argv[0] << ": IcePack.Data doesn't contain a valid directory path." << endl; + cerr << argv[0] << ": `IcePack.Data' doesn't contain a valid directory path." << endl; return EXIT_FAILURE; } |