From: Yu Watanabe Date: Tue, 9 Oct 2018 10:19:19 +0000 (+0900) Subject: sd-hwdb: update error log a bit X-Git-Tag: v240~598 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1e35734480364e7ebb4be648f4e1a36d23db896c;p=thirdparty%2Fsystemd.git sd-hwdb: update error log a bit --- diff --git a/src/libsystemd/sd-hwdb/sd-hwdb.c b/src/libsystemd/sd-hwdb/sd-hwdb.c index 2bbbbd03e22..418acca6640 100644 --- a/src/libsystemd/sd-hwdb/sd-hwdb.c +++ b/src/libsystemd/sd-hwdb/sd-hwdb.c @@ -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; }