Handle errors for /disco info requests

This commit is contained in:
James Booth
2014-09-24 00:30:05 +01:00
parent 999525c6aa
commit 95a2cec953
5 changed files with 24 additions and 3 deletions

View File

@@ -2129,7 +2129,7 @@ _ui_handle_room_config_submit_result(const char * const room)
cons_show("Room configuration successfull: %s", room);
}
} else {
cons_show("Room configuration successful");
cons_show("Room configuration successful");
}
}