]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
bus-wait-for-units: rephrase error message
authorMike Yuan <me@yhndnzj.com>
Mon, 1 Jan 2024 09:16:11 +0000 (17:16 +0800)
committerMike Yuan <me@yhndnzj.com>
Mon, 1 Jan 2024 10:42:24 +0000 (18:42 +0800)
src/shared/bus-wait-for-units.c

index c32b0a1e14af93614687a0f34cddf78fb2ef740e..d73fff3dc1f3161b8a8a5d3551a00ea3e2c34ce3 100644 (file)
@@ -109,7 +109,7 @@ static int match_disconnected(sd_bus_message *m, void *userdata, sd_bus_error *e
 
         assert(m);
 
-        log_error("Warning! D-Bus connection terminated.");
+        log_warning("D-Bus connection terminated while waiting for unit.");
 
         bus_wait_for_units_clear(d);