This website works better with JavaScript.
Home
Explore
Register
Sign In
Fincer
/
pam_usb
mirror of
https://github.com/Fincer/pam_usb
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
4
Wiki
Activity
Browse Source
Log to debug whenever one property (e.g. serial number) was found but not the others (model/vendor)
Andrea Luzzardi
17 years ago
parent
7ab507d56d
commit
1907166399
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
src/hal.c
+ 2
- 0
src/hal.c
View File
@ -174,6 +174,8 @@ char *pusb_hal_find_item(LibHalContext *ctx,
if
(
!
pusb_hal_check_property
(
ctx
,
devices
[
i
]
,
key
,
value
)
)
{
log_debug
(
"
%s did match, but property %s didn't (expecting
\"
%s
\"
)
\n
"
,
property
,
key
,
value
)
;
match
=
0
;
break
;
}
Write
Preview
Loading…
Cancel
Save