more logging for previous commit
authorArt Cancro <ajc@citadel.org>
Fri, 7 Jan 2011 19:40:21 +0000 (14:40 -0500)
committerWilfried Goesgens <dothebart@citadel.org>
Sun, 4 Sep 2011 13:41:51 +0000 (13:41 +0000)
webcit/webcit.c

index b26c77a3fa590ade4e346068b96c7a55f731e31b..11b3c53869f7ade2c320a930ef1259ee0b220a7b 100644 (file)
@@ -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",