Commit 4351c039 authored by Wayne Davison's avatar Wayne Davison

Mention who got the unknown logcode.

parent 304d7b58
...@@ -346,7 +346,7 @@ output_msg: ...@@ -346,7 +346,7 @@ output_msg:
case FCLIENT: case FCLIENT:
break; break;
default: default:
fprintf(stderr, "Unknown logcode in rwrite(): %d\n", (int)code); fprintf(stderr, "Unknown logcode in rwrite(): %d [%s]\n", (int)code, who_am_i());
exit_cleanup(RERR_MESSAGEIO); exit_cleanup(RERR_MESSAGEIO);
} }
......
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