]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
networkctl: fix a typo in log message
authorMike Yuan <me@yhndnzj.com>
Fri, 14 Apr 2023 18:04:34 +0000 (02:04 +0800)
committerMike Yuan <me@yhndnzj.com>
Sun, 21 May 2023 07:46:25 +0000 (15:46 +0800)
src/network/networkctl.c

index 95cf064aa9137c91c50f0632a167a91914113b62..0e2f59bd4f339f296d2177af4b4ffae89f5fcc98 100644 (file)
@@ -120,7 +120,7 @@ static int acquire_bus(sd_bus **ret) {
 
         r = sd_bus_open_system(&bus);
         if (r < 0)
-                return log_error_errno(r, "Failed to connect system bus: %m");
+                return log_error_errno(r, "Failed to connect to system bus: %m");
 
         if (networkd_is_running()) {
                 r = check_netns_match(bus);