From c9bbe8a6ba4db9615c2fd521dc08d4077df576a0 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 41a9859da..a8cdf956d 100644 --- a/webcit/webcit.c +++ b/webcit/webcit.c @@ -738,6 +738,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