aboutsummaryrefslogtreecommitdiffstats
path: root/src/mds-echo.c
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2015-08-18 16:37:12 +0200
committerMattias Andrée <maandree@operamail.com>2015-08-18 16:37:12 +0200
commitc0feed604af69e15dd71444071000cafa8451ea1 (patch)
tree74849086385724dffec8e9cbc20348568b1a00f7 /src/mds-echo.c
parenttodo: ratrot (diff)
downloadmds-c0feed604af69e15dd71444071000cafa8451ea1.tar.gz
mds-c0feed604af69e15dd71444071000cafa8451ea1.tar.bz2
mds-c0feed604af69e15dd71444071000cafa8451ea1.tar.xz
typo
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r--src/mds-echo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mds-echo.c b/src/mds-echo.c
index 6baf8a8..904561d 100644
--- a/src/mds-echo.c
+++ b/src/mds-echo.c
@@ -299,7 +299,7 @@ int echo_message(void)
}
else if (recv_message_id == NULL)
{
- eprint("received message with ID, ignoring, master server is misbehaving.");
+ eprint("received message without ID, ignoring, master server is misbehaving.");
return 0;
}