Skip to content
Snippets Groups Projects
Commit a2d13aa0 authored by David Bigagli's avatar David Bigagli
Browse files

Fix typo in message.

parent 8b10e04f
No related branches found
No related tags found
No related merge requests found
...@@ -380,7 +380,7 @@ _server_read(eio_obj_t *obj, List objs) ...@@ -380,7 +380,7 @@ _server_read(eio_obj_t *obj, List objs)
} }
} }
if (n <= 0) { /* got eof or unhandled error */ if (n <= 0) { /* got eof or unhandled error */
error("%s: fd %d got error or unexpected eof reading messge body", error("%s: fd %d got error or unexpected eof reading message body",
__func__, obj->fd); __func__, obj->fd);
if (s->cio->sls) if (s->cio->sls)
step_launch_notify_io_failure( step_launch_notify_io_failure(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment