summaryrefslogtreecommitdiffstats
path: root/src/client/main.cpp
diff options
context:
space:
mode:
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);
}