more logging for previous commit
authorArt Cancro <ajc@citadel.org>
Fri, 7 Jan 2011 19:40:21 +0000 (14:40 -0500)
committerArt Cancro <ajc@citadel.org>
Fri, 7 Jan 2011 19:40:21 +0000 (14:40 -0500)
webcit/webcit.c

index 41a9859da60a1cd9e07d75ea4b39bfe2824bfc95..a8cdf956d74fb2cee9fc4581fb041d0bddc9869a 100644 (file)
@@ -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",