Added debug response logging

This commit is contained in:
Michiel Broek 2002-06-06 19:57:00 +00:00
parent 63a742b2a7
commit 80442cbec3

View File

@ -333,6 +333,7 @@ void check_ping(void)
/*
* Reply received.
*/
tasklog('p', "Reply after %d", time(NULL) - (pingtime - 20));
pingresult[pingnr] = TRUE;
if (pingresult[1] || pingresult[2]) {
if (!internet) {