diff options
| author | 2001-04-08 21:23:02 +0000 | |
|---|---|---|
| committer | 2001-04-08 21:23:02 +0000 | |
| commit | afcc621fd2d6587a5c8d6b61a23c3883d69beee8 (patch) | |
| tree | 0db78c974f16a70c5670889263b1cefd6873daba | |
| parent | do not modify an actual argv[] entry (diff) | |
| download | wireguard-openbsd-afcc621fd2d6587a5c8d6b61a23c3883d69beee8.tar.xz wireguard-openbsd-afcc621fd2d6587a5c8d6b61a23c3883d69beee8.zip | |
log_print, not log_error
| -rw-r--r-- | sbin/isakmpd/exchange.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/isakmpd/exchange.c b/sbin/isakmpd/exchange.c index 7f0602c15aa..73e4a9acb17 100644 --- a/sbin/isakmpd/exchange.c +++ b/sbin/isakmpd/exchange.c @@ -1,4 +1,4 @@ -/* $OpenBSD: exchange.c,v 1.42 2001/03/28 22:33:48 angelos Exp $ */ +/* $OpenBSD: exchange.c,v 1.43 2001/04/08 21:23:02 ho Exp $ */ /* $EOM: exchange.c,v 1.143 2000/12/04 00:02:25 angelos Exp $ */ /* @@ -1709,7 +1709,7 @@ exchange_establish (char *name, if (conf_get_num (peer, "Phase", 0) != 1) { - log_error ("exchange_establish: " + log_print ("exchange_establish: " "[%s]:ISAKMP-peer's (%s) phase is not 1", name, peer); return; } |
