]> Kevux Git Server - fll/commitdiff
Bugfix: Error message is saying "lock" when it should say "stop".
authorKevin Day <kevin@kevux.org>
Sun, 11 Feb 2024 03:04:44 +0000 (21:04 -0600)
committerKevin Day <kevin@kevux.org>
Sun, 11 Feb 2024 03:04:44 +0000 (21:04 -0600)
level_3/firewall/c/firewall.c

index 9cf6efa510cbea94b02cb540f3047c5b7cea6a75..7ce96cfc594aa5bce6d9e35c63a8185d546277dc 100644 (file)
@@ -521,7 +521,7 @@ extern "C" {
           }
           else {
             if (main->error.verbosity != f_console_verbosity_quiet_e) {
-              fll_print_format("%r%[%QFailed to perform stop request because the lock instructions are missing from: %r.%]%r", main->error.to.stream, f_string_eol_s, main->error.context, main->error.prefix, path_file_other, main->error.context, f_string_eol_s);
+              fll_print_format("%r%[%QFailed to perform stop request because the stop instructions are missing from: %r.%]%r", main->error.to.stream, f_string_eol_s, main->error.context, main->error.prefix, path_file_other, main->error.context, f_string_eol_s);
             }
 
             firewall_delete_local_data(&local);