snac2

Fork of https://codeberg.org/grunfink/snac2
git clone https://git.inz.fi/snac2
Log | Files | Refs | README | LICENSE

commit 58848dda64896eb51d8e832c3ea0fdda52f8b709
parent 840fde45f17940c8fba7ac5151e96de2fe1a606f
Author: default <nobody@localhost>
Date:   Sun, 24 Mar 2024 06:43:57 +0100

Added a message saying Pongs are seen through the log.

Diffstat:
Mmain.c | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git 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));