From ff5784e2698d6c41e9f39ce4df24968c1beeb2bb Mon Sep 17 00:00:00 2001 From: "djm@openbsd.org" Date: Mon, 6 Jan 2020 02:24:28 +0000 Subject: upstream: fix error message OpenBSD-Commit-ID: 1eb52025658eb78ea6223181e552862198d3d505 --- sk-usbhid.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sk-usbhid.c') diff --git a/sk-usbhid.c b/sk-usbhid.c index 2e1573c48..21d791ba4 100644 --- a/sk-usbhid.c +++ b/sk-usbhid.c @@ -1013,8 +1013,7 @@ sk_load_resident_keys(const char *pin, struct sk_option **options, if (device != NULL) { skdebug(__func__, "trying %s", device); if ((r = read_rks(device, pin, &rks, &nrks)) != 0) { - skdebug(__func__, "read_rks failed for %s", - fido_dev_info_path(di)); + skdebug(__func__, "read_rks failed for %s", device); ret = r; goto out; } -- cgit v1.2.3