summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/components/log/scribe-status.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sca-cpp/trunk/components/log/scribe-status.cpp')
-rw-r--r--sca-cpp/trunk/components/log/scribe-status.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-cpp/trunk/components/log/scribe-status.cpp b/sca-cpp/trunk/components/log/scribe-status.cpp
index 0e5f03f501..79f7572947 100644
--- a/sca-cpp/trunk/components/log/scribe-status.cpp
+++ b/sca-cpp/trunk/components/log/scribe-status.cpp
@@ -45,7 +45,7 @@ const int status(const string& host, const int port) {
// Interpret and display results
if (!hasContent(fs)) {
- cerr << reason(fs) << endl;
+ cerr << reason(fs) << " : " << rcode(fs) << endl;
return 2;
}
const string s = content(fs);