Added extra debugging readability

This commit is contained in:
maniacbug 2011-05-21 23:25:36 -07:00
parent 8f80038227
commit badc86cfe0
1 changed files with 1 additions and 0 deletions

View File

@ -555,6 +555,7 @@ void check_pong_timeout(void)
last_ping_sent_at += ping_phase_shift;
// Print details
printf("%lu ",millis());
printf("TIMED OUT.\n\r");
}
}