1
0
mirror of https://github.com/Yubico/yubico-pam.git synced 2025-02-26 21:54:15 +01:00

debug: drop extra \n at end of debug output

This commit is contained in:
Klas Lindfors 2018-04-24 08:43:33 +02:00
parent 3ad6fe72e7
commit 03099cdef2
No known key found for this signature in database
GPG Key ID: BCA00FD4B2168C0A

2
util.c
View File

@ -216,7 +216,7 @@ check_firmware_version(YK_KEY *yk, bool verbose, bool quiet, FILE *debug_file)
}
if (verbose) {
D(debug_file, "YubiKey Firmware version: %d.%d.%d\n",
D(debug_file, "YubiKey Firmware version: %d.%d.%d",
ykds_version_major(st),
ykds_version_minor(st),
ykds_version_build(st));