more logging for previous commit
[citadel.git] / 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",