From: Art Cancro Date: Fri, 7 Jan 2011 19:40:21 +0000 (-0500) Subject: more logging for previous commit X-Git-Tag: v8.11~925 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=59579fe23cc8c931e2f4324e02b13283e2aa4afe;p=citadel.git more logging for previous commit --- diff --git a/webcit/webcit.c b/webcit/webcit.c index b26c77a3f..11b3c5386 100644 --- a/webcit/webcit.c +++ b/webcit/webcit.c @@ -740,6 +740,7 @@ void session_loop(void) */ if (havebstr("go")) { int ret; + lprintf(9, "Explicit room selection: %s\n", bstr("go")); ret = gotoroom(sbstr("go")); /* do quietly to avoid session output! */ if ((ret/100) != 2) { lprintf(1, "GOTOFIRST: Unable to change to [%s]; Reason: %d\n",