summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordefault <nobody@localhost>2024-03-24 06:43:57 +0100
committerdefault <nobody@localhost>2024-03-24 06:43:57 +0100
commit58848dda64896eb51d8e832c3ea0fdda52f8b709 (patch)
tree14a9713e52362357cfe30b9f0859d87d9d4e84d5
parent840fde45f17940c8fba7ac5151e96de2fe1a606f (diff)
Added a message saying Pongs are seen through the log.
-rw-r--r--main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/main.c b/main.c
index a5921d8..994877b 100644
--- a/main.c
+++ b/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));