mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-14 09:35:04 +00:00
Added a message saying Pongs are seen through the log.
This commit is contained in:
parent
840fde45f1
commit
58848dda64
1 changed files with 2 additions and 0 deletions
2
main.c
2
main.c
|
@ -377,6 +377,8 @@ int main(int argc, char *argv[])
|
|||
if (dbglevel) {
|
||||
xs_json_dump(msg, 4, stdout);
|
||||
}
|
||||
|
||||
srv_log(xs_fmt("Ping sent to %s -- see log for Pong reply", url));
|
||||
}
|
||||
else {
|
||||
srv_log(xs_fmt("Error getting actor %s", url));
|
||||
|
|
Loading…
Reference in a new issue