summaryrefslogtreecommitdiff
path: root/cpp/src/IcePack/Parser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/IcePack/Parser.cpp')
-rw-r--r--cpp/src/IcePack/Parser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IcePack/Parser.cpp b/cpp/src/IcePack/Parser.cpp
index ccea0a4f0b5..4831be1a1f0 100644
--- a/cpp/src/IcePack/Parser.cpp
+++ b/cpp/src/IcePack/Parser.cpp
@@ -340,7 +340,7 @@ IcePack::Parser::describeServer(const list<string>& args)
cout << "node = " << desc.node << endl;
cout << "path = " << desc.path << endl;
cout << "pwd = " << desc.pwd << endl;
- cout << "activation = " << (desc.activation == OnDemand ? "on-demand" : "manual");
+ cout << "activation = " << (desc.activation == OnDemand ? "on-demand" : "manual") << endl;
cout << "args = ";
copy(desc.theArgs.begin(), desc.theArgs.end(), ostream_iterator<string>(cout," "));
cout << endl;