From: djm@openbsd.org Date: Mon, 6 Jan 2020 02:24:28 +0000 (+0000) Subject: upstream: fix error message X-Git-Tag: V_8_2_P1~143 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff5784e2698d6c41e9f39ce4df24968c1beeb2bb;p=thirdparty%2Fopenssh-portable.git upstream: fix error message OpenBSD-Commit-ID: 1eb52025658eb78ea6223181e552862198d3d505 --- 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; }