diff options
author | Hakan Olsson <ho@cvs.openbsd.org> | 2001-04-08 21:23:03 +0000 |
---|---|---|
committer | Hakan Olsson <ho@cvs.openbsd.org> | 2001-04-08 21:23:03 +0000 |
commit | 2ca03d933d2de735c772c0e58f58b7df3af4d738 (patch) | |
tree | 222b7b53c9f61773fac15d45ec897165cc2e1c7c | |
parent | 113b4a3dfa2671563531d40d85b9f013f2c6ff3d (diff) |
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; } |