* In the wholist, only show <private room> if the user viewing the list
[citadel.git] / citadel / serv_test.c
index 8da2e2e474eb857a5f18855c1dcb0a5138f1ba3b..7601cf21540c6bab709ec79e613b6e38236a6efa 100644 (file)
@@ -36,8 +36,7 @@ void CleanupTest(void) {
        }
 
 void NewRoomTest(void) {
-       lprintf(9, "--- test module was told we're now in %s ---\n",
-               CC->cs_room);
+       lprintf(9, "--- test module was told we're now in a new room ---\n");
        }
 
 void SessionStartTest(void) {