Added debug response logging
This commit is contained in:
parent
63a742b2a7
commit
80442cbec3
@ -333,6 +333,7 @@ void check_ping(void)
|
|||||||
/*
|
/*
|
||||||
* Reply received.
|
* Reply received.
|
||||||
*/
|
*/
|
||||||
|
tasklog('p', "Reply after %d", time(NULL) - (pingtime - 20));
|
||||||
pingresult[pingnr] = TRUE;
|
pingresult[pingnr] = TRUE;
|
||||||
if (pingresult[1] || pingresult[2]) {
|
if (pingresult[1] || pingresult[2]) {
|
||||||
if (!internet) {
|
if (!internet) {
|
||||||
|
Reference in New Issue
Block a user