]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
core: one more Mount -> LiveMount rename
authorLuca Boccassi <bluca@debian.org>
Thu, 29 Aug 2024 15:10:46 +0000 (16:10 +0100)
committerLennart Poettering <lennart@poettering.net>
Wed, 16 Oct 2024 08:49:41 +0000 (10:49 +0200)
Missed by earlier search-and-replace

Follow-up for 5162829ec87df20c7af763bdf274735bf9e53552

src/core/service.c

index 8f4cd636700578308237d186251977d4892cb2ab..eef9448edd1388a61d8d7071480aa56edbed5381 100644 (file)
@@ -968,7 +968,7 @@ static void service_dump(Unit *u, FILE *f, const char *prefix) {
                 "%sResult: %s\n"
                 "%sReload Result: %s\n"
                 "%sClean Result: %s\n"
-                "%sMount Result: %s\n"
+                "%sLiveMount Result: %s\n"
                 "%sPermissionsStartOnly: %s\n"
                 "%sRootDirectoryStartOnly: %s\n"
                 "%sRemainAfterExit: %s\n"