summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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));