X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fmonitor.c;h=0856db7cf1fdd36e6e755f3277729e193afb4476;hb=c2ac5ba3964165ee2d21ccd4c6bf8bdc48e1a165;hp=076d9481703e36ab7986aff491a1a32b57999f7b;hpb=7fb597b585fc715537ea644f7d84440eca217ca1;p=sbcl.git diff --git a/src/runtime/monitor.c b/src/runtime/monitor.c index 076d948..0856db7 100644 --- a/src/runtime/monitor.c +++ b/src/runtime/monitor.c @@ -500,7 +500,7 @@ ldb_monitor() bcopy(curbuf, oldbuf, sizeof(oldbuf)); - printf("LDB monitor\n"); + printf("Welcome to LDB, a low-level debugger for the Lisp runtime environment.\n"); setjmp(curbuf);