sd-hwdb: update error log a bit

This commit is contained in:
Yu Watanabe 2018-10-09 19:19:19 +09:00 committed by Zbigniew Jędrzejewski-Szmek
parent 9c57a73b13
commit 1e35734480
1 changed files with 1 additions and 1 deletions

View File

@ -330,7 +330,7 @@ _public_ int sd_hwdb_new(sd_hwdb **ret) {
}
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;
}