]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
core/service: restore spuriously changed comment
authorMike Yuan <me@yhndnzj.com>
Sun, 19 Oct 2025 18:16:05 +0000 (20:16 +0200)
committerMike Yuan <me@yhndnzj.com>
Tue, 4 Nov 2025 11:17:30 +0000 (12:17 +0100)
Not sure why dfdeb0b1cbb05a213f0965eedfe0e7ef06cd39d3
touched it at all.

src/core/service.c

index 70512aa239388d7ec1e08648d6c1a16342e4d93b..c1f6d3445aa59c44388ebcccc9a224a3acfe5132 100644 (file)
@@ -4835,7 +4835,7 @@ static void service_notify_message(
                                 _cleanup_(sd_bus_error_free) sd_bus_error error = SD_BUS_ERROR_NULL;
 
                                 /* Propagate a reload explicitly for plain RELOADING=1 (semantically equivalent to
-                                 * service_enter_reload_mounting() call in below) */
+                                 * service_enter_reload_by_notify() call in below) */
                                 r = manager_propagate_reload(UNIT(s)->manager, UNIT(s), JOB_FAIL, &error);
                                 if (r < 0)
                                         log_unit_warning(UNIT(s), "Failed to schedule propagation of reload, ignoring: %s",