summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-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[])
377 if (dbglevel) { 377 if (dbglevel) {
378 xs_json_dump(msg, 4, stdout); 378 xs_json_dump(msg, 4, stdout);
379 } 379 }
380
381 srv_log(xs_fmt("Ping sent to %s -- see log for Pong reply", url));
380 } 382 }
381 else { 383 else {
382 srv_log(xs_fmt("Error getting actor %s", url)); 384 srv_log(xs_fmt("Error getting actor %s", url));