summaryrefslogtreecommitdiff
path: root/grid/message.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'grid/message.cpp')
-rw-r--r--grid/message.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/grid/message.cpp b/grid/message.cpp
index 0d22705bcb2..5733a4d8fb0 100644
--- a/grid/message.cpp
+++ b/grid/message.cpp
@@ -167,7 +167,7 @@ again:
md->len = len;
if ( len <= 0 ){
- log() << "got a length of 0, something is wrong" << endl;
+ cout << "got a length of " << len << ", something is wrong" << endl;
return false;
}