Added a message saying Pongs are seen through the log.

This commit is contained in:
default 2024-03-24 06:43:57 +01:00
parent 840fde45f1
commit 58848dda64

2
main.c
View File

@ -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));