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:
parent
3ad6fe72e7
commit
03099cdef2
2
util.c
2
util.c
@ -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));
|
||||
|
Loading…
x
Reference in New Issue
Block a user