diff options
author | 2003-05-18 20:46:29 +0000 | |
---|---|---|
committer | 2003-05-18 20:46:29 +0000 | |
commit | bfe429baf6e14807351992e1f9c3e1d709988fc9 (patch) | |
tree | 35084164a6e376ed534294e940b19f27fe0126ed | |
parent | Add a debug message to sa_reinit() to indicate when we renegotiate (diff) | |
download | wireguard-openbsd-bfe429baf6e14807351992e1f9c3e1d709988fc9.tar.xz wireguard-openbsd-bfe429baf6e14807351992e1f9c3e1d709988fc9.zip |
Style tweak.
-rw-r--r-- | sbin/isakmpd/init.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/isakmpd/init.c b/sbin/isakmpd/init.c index 7af305733b3..55793dafcd0 100644 --- a/sbin/isakmpd/init.c +++ b/sbin/isakmpd/init.c @@ -1,4 +1,4 @@ -/* $OpenBSD: init.c,v 1.22 2003/05/16 20:31:15 ho Exp $ */ +/* $OpenBSD: init.c,v 1.23 2003/05/18 20:46:29 ho Exp $ */ /* $EOM: init.c,v 1.25 2000/03/30 14:27:24 ho Exp $ */ /* @@ -100,7 +100,7 @@ init (void) void reinit (void) { - log_print ("reinitializing daemon"); + log_print ("isakmpd: reinitializing daemon"); /* * XXX Remove all(/some?) pending exchange timers? - they may not be |