added some debug for monitor interface.

This commit is contained in:
gardners 2012-05-03 14:41:18 +09:30
parent ac9cbb4e51
commit 75e925a8b5

View File

@ -298,6 +298,8 @@ int monitor_process_command(int index,char *cmd)
overlay_mdp_frame mdp;
mdp.packetTypeAndFlags=MDP_VOMPEVENT;
WHYF("Received monitor instruction: %s\n",cmd);
struct monitor_context *c=&monitor_sockets[index];
c->line_length=0;