From 59579fe23cc8c931e2f4324e02b13283e2aa4afe Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Fri, 7 Jan 2011 14:40:21 -0500 Subject: [PATCH] more logging for previous commit --- webcit/webcit.c | 1 + 1 file changed, 1 insertion(+) 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", -- 2.30.2