summaryrefslogtreecommitdiffstats
path: root/src/client/main.cpp
diff options
context:
space:
mode:
authorJohann Latocha2011-07-14 19:05:05 +0200
committerJohann Latocha2011-07-14 19:05:05 +0200
commitd5df4b979045fa94a45bfa3b2b820285bdc5de12 (patch)
tree68dd204f6a3a563d26a25ce8d99dd77dc8ee69da /src/client/main.cpp
parentIgnore eclipse project files (diff)
downloadnbd-broker-master.tar.gz
nbd-broker-master.tar.xz
nbd-broker-master.zip
Handle nbd-server startup errorHEADmaster
Diffstat (limited to 'src/client/main.cpp')
-rw-r--r--src/client/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/main.cpp b/src/client/main.cpp
index dfec059..10a497b 100644
--- a/src/client/main.cpp
+++ b/src/client/main.cpp
@@ -120,7 +120,7 @@ int main(int argc, char* argv[])
}
else if (ret == GEARMAN_WORK_FAIL)
{
- cerr << "[ERROR] " << msg << endl;
+ cerr << "[REMOTE ERROR] " << msg << endl;
cerr << "[ERROR] Work failed" << endl;
free(result);
}