From: Victor Julien Date: Sat, 17 Dec 2022 19:49:46 +0000 (+0100) Subject: device: output tweak X-Git-Tag: suricata-7.0.0-rc1~239 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d84bcdfd5c91b798d7f24e96297faa96259a326b;p=thirdparty%2Fsuricata.git device: output tweak --- diff --git a/src/util-device.c b/src/util-device.c index 708df3def3..5aa8451b3f 100644 --- a/src/util-device.c +++ b/src/util-device.c @@ -262,7 +262,7 @@ static int LiveSafeDeviceName(const char *devname, char *newdevname, size_t dest ShortenString(devname, newdevname, destlen, '.'); - SCLogInfo("Shortening device name to: %s", newdevname); + SCLogInfo("%s: shortening device name to %s", devname, newdevname); } else { strlcpy(newdevname, devname, destlen); }