]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
sd-hwdb: update error log a bit
authorYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 9 Oct 2018 10:19:19 +0000 (19:19 +0900)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 9 Oct 2018 12:46:19 +0000 (14:46 +0200)
src/libsystemd/sd-hwdb/sd-hwdb.c

index 2bbbbd03e2287a43ab629e9a250047f4507a8dea..418acca66407cf7832f2c60f517be6fd84f50d65 100644 (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;
         }