*** empty log message ***

svn path=/trunk/boinc/; revision=3569
This commit is contained in:
Rom Walton 2004-06-14 18:37:46 +00:00
parent 49a2fdd195
commit edd1927b04
1 changed files with 3 additions and 1 deletions

View File

@ -250,7 +250,9 @@ int GUI_RPC_CONN::handle_rpc() {
#endif
if (n <= 0) return -1;
request_msg[n] = 0;
msg_printf(NULL, MSG_INFO, "GUI RPC command '%s'\n", request_msg);
scope_messages.printf("GUI RPC Command = '%s'\n", buf);
if (match_tag(request_msg, "<get_state")) {
gstate.write_state(mf);
} else if (match_tag(request_msg, "<result_show_graphics>")) {