1104 m_session.request_watch(args); |
1104 m_session.request_watch(args); |
1105 else |
1105 else |
1106 print_error("No CVars to watch.\n"); |
1106 print_error("No CVars to watch.\n"); |
1107 } |
1107 } |
1108 else |
1108 else |
1109 print_error("Unknown command %s\n", command.chars()); |
1109 print_error("Unknown command: %s\n", command.chars()); |
1110 } |
1110 } |
1111 |
1111 |
1112 // ------------------------------------------------------------------------------------------------- |
1112 // ------------------------------------------------------------------------------------------------- |
1113 // |
1113 // |
1114 void Interface::disconnected() |
1114 void Interface::disconnected() |