summaryrefslogtreecommitdiffstats
path: root/ping.c
diff options
context:
space:
mode:
Diffstat (limited to 'ping.c')
-rw-r--r--ping.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ping.c b/ping.c
index d91af7a..bee3543 100644
--- a/ping.c
+++ b/ping.c
@@ -92,5 +92,5 @@ check_ping_send_dowork (struct context *c)
* encrypt, sign, etc.
*/
encrypt_sign (c, true);
- dmsg (D_PACKET_CONTENT, "SENT PING");
+ dmsg (D_PING, "SENT PING");
}