mirror of
https://github.com/systemd/systemd.git
synced 2025-03-06 00:58:29 +03:00
sd-hwdb: update error log a bit
This commit is contained in:
parent
9c57a73b13
commit
1e35734480
@ -330,7 +330,7 @@ _public_ int sd_hwdb_new(sd_hwdb **ret) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!hwdb->f) {
|
if (!hwdb->f) {
|
||||||
log_debug("hwdb.bin does not exist, please run systemd-hwdb update");
|
log_debug("hwdb.bin does not exist, please run 'systemd-hwdb update'");
|
||||||
return -ENOENT;
|
return -ENOENT;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user