mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-30 22:46:21 +00:00
Merge branch 'master' into roomconfig
This commit is contained in:
@@ -608,6 +608,6 @@ handle_ping_error_result(const char * const from, const char * const error)
|
|||||||
if (error == NULL) {
|
if (error == NULL) {
|
||||||
cons_show_error("Error returned from pinging %s.", from);
|
cons_show_error("Error returned from pinging %s.", from);
|
||||||
} else {
|
} else {
|
||||||
cons_show_error("Error returned form pinging %s: %s.", from, error);
|
cons_show_error("Error returned from pinging %s: %s.", from, error);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user