diff options
author | tobhe <tobhe@cvs.openbsd.org> | 2020-04-18 19:47:46 +0000 |
---|---|---|
committer | tobhe <tobhe@cvs.openbsd.org> | 2020-04-18 19:47:46 +0000 |
commit | bcc61c2472f57078a62b7714dcd78706d334efd5 (patch) | |
tree | 26ff5b96b443215456547254f6bb13d94784916b /sbin | |
parent | fb58c34e210d003061ba32d67be8751750da1d12 (diff) |
SPI_SA(sa, NULL) already prints a colon.
Diffstat (limited to 'sbin')
-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, |