diff options
author | 2020-04-18 19:47:45 +0000 | |
---|---|---|
committer | 2020-04-18 19:47:45 +0000 | |
commit | 080f7ca898da82e22e93b7b59716be9e41c55022 (patch) | |
tree | 9f7adc67b8f51cc7fe941282d17f3cd1dd53d557 | |
parent | document the flags field, and combine flags in the rpki example; (diff) | |
download | wireguard-openbsd-080f7ca898da82e22e93b7b59716be9e41c55022.tar.xz wireguard-openbsd-080f7ca898da82e22e93b7b59716be9e41c55022.zip |
SPI_SA(sa, NULL) already prints a colon.
-rw-r--r-- | sbin/iked/ikev2_pld.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/iked/ikev2_pld.c b/sbin/iked/ikev2_pld.c index 7f57c80f634..9d82a38dfd6 100644 --- a/sbin/iked/ikev2_pld.c +++ b/sbin/iked/ikev2_pld.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ikev2_pld.c,v 1.83 2020/04/16 19:28:22 tobhe Exp $ */ +/* $OpenBSD: ikev2_pld.c,v 1.84 2020/04/18 19:47:45 tobhe Exp $ */ /* * Copyright (c) 2019 Tobias Heider <tobias.heider@stusta.de> @@ -1478,7 +1478,7 @@ ikev2_pld_delete(struct iked *env, struct ikev2_payload *pld, break; } } - log_info("%s: deleted %zu SPI%s: %.*s", + log_info("%sdeleted %zu SPI%s: %.*s", SPI_SA(sa, NULL), found, found == 1 ? "" : "s", spibuf ? ibuf_strlen(spibuf) : 0, |