]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
ssh-generator: fix typo
authorMike Yuan <me@yhndnzj.com>
Wed, 28 May 2025 20:30:39 +0000 (22:30 +0200)
committerMike Yuan <me@yhndnzj.com>
Wed, 28 May 2025 20:30:39 +0000 (22:30 +0200)
src/ssh-generator/ssh-generator.c

index 4cfbd85763a0ae97bdeca80508f3d22cde3f8aea..a903fd5d0816c8d1cce7015595d165a90d0bac11 100644 (file)
@@ -459,7 +459,7 @@ static int run(const char *dest, const char *dest_early, const char *dest_late)
         strv_sort_uniq(arg_listen_extra);
 
         if (!arg_auto && strv_isempty(arg_listen_extra)) {
-                log_debug("Disabling SSH generator logic, because as it has been turned off explicitly.");
+                log_debug("Disabling SSH generator logic, because it has been turned off explicitly.");
                 return 0;
         }