X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fmonitor.c;h=9ebf17110ef8f179cd7ea4b58c1685bc50e417a8;hb=d45e8a2e9167150c8283783152d2449bd8d59d2d;hp=b607f04063b98ad38a5ba89d48760369b512dfb9;hpb=203c15eefffd996fd20bd28d461ea1aa3865dbbe;p=sbcl.git diff --git a/src/runtime/monitor.c b/src/runtime/monitor.c index b607f04..9ebf171 100644 --- a/src/runtime/monitor.c +++ b/src/runtime/monitor.c @@ -277,14 +277,14 @@ call_cmd(char **ptr) goto fdefn; } } - printf("symbol 0x%08lx is undefined.\n", (long unsigned)thing); + printf("Symbol 0x%08lx is undefined.\n", (long unsigned)thing); return; case type_Fdefn: fdefn: function = FDEFN(thing)->function; if (function == NIL) { - printf("fdefn 0x%08lx is undefined.\n", (long unsigned)thing); + printf("Fdefn 0x%08lx is undefined.\n", (long unsigned)thing); return; } break;