summaryrefslogtreecommitdiff
path: root/cpp/src/IcePack/Server.cpp
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2002-07-24 19:18:35 +0000
committerMarc Laukien <marc@zeroc.com>2002-07-24 19:18:35 +0000
commitf33fb1760a9a73f488db368262242e69f3dda7af (patch)
tree7ba3327b943fce482f2740c048c115e051540362 /cpp/src/IcePack/Server.cpp
parentMuch improved error handling and reporting. (diff)
downloadice-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.cpp2
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;
}