diff options
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; } |