Commit f8b9da1a authored by Wayne Davison's avatar Wayne Davison

Output the who_am_i() info in the "unknown message" error.

parent 3c987ee9
......@@ -333,7 +333,8 @@ static void read_msg_fd(void)
}
break;
default:
rprintf(FERROR, "unknown message %d:%d\n", tag, len);
rprintf(FERROR, "unknown message %d:%d [%s]\n",
tag, len, who_am_i());
exit_cleanup(RERR_STREAMIO);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment