[tuxdroid-svn] r1116 - daemon/trunk/libs
Status: Beta
Brought to you by:
ks156
From: jaguarondi <c2m...@c2...> - 2008-05-06 14:55:26
|
Author: jaguarondi Date: 2008-05-06 16:55:18 +0200 (Tue, 06 May 2008) New Revision: 1116 Modified: daemon/trunk/libs/USBDaemon_status_table.c Log: * Added debug of the ping/pong command. Modified: daemon/trunk/libs/USBDaemon_status_table.c =================================================================== --- daemon/trunk/libs/USBDaemon_status_table.c 2008-05-06 11:33:40 UTC (rev 1115) +++ daemon/trunk/libs/USBDaemon_status_table.c 2008-05-06 14:55:18 UTC (rev 1116) @@ -755,6 +755,9 @@ case PONG_CMD: pong_received++; pong_event(new_status[1], pong_received); + log_debug("pong %d %d %d %d", new_status[1], new_status[2], + new_status[3], pong_received ); + break; case VERSION_CMD: |