diff options
author | default <nobody@localhost> | 2024-03-24 06:43:57 +0100 |
---|---|---|
committer | default <nobody@localhost> | 2024-03-24 06:43:57 +0100 |
commit | 58848dda64896eb51d8e832c3ea0fdda52f8b709 (patch) | |
tree | 14a9713e52362357cfe30b9f0859d87d9d4e84d5 | |
parent | 840fde45f17940c8fba7ac5151e96de2fe1a606f (diff) |
Added a message saying Pongs are seen through the log.
-rw-r--r-- | main.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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)); |