]> Kevux Git Server - fll/commitdiff
Cleanup: Add color context to change mode operation.
authorKevin Day <kevin@kevux.org>
Sun, 19 Feb 2023 16:40:27 +0000 (10:40 -0600)
committerKevin Day <kevin@kevux.org>
Sun, 19 Feb 2023 16:40:27 +0000 (10:40 -0600)
level_3/fake/c/private-make-operate_process_type.c

index be6a43c6f79d2c01a5ea16d59d169034a7e2dd4d..ff6cac442a00f99e33a5c8f1c00601c556994667 100644 (file)
@@ -1426,7 +1426,7 @@ extern "C" {
       }
 
       if (data_make->main->error.verbosity >= f_console_verbosity_verbose_e) {
-        fll_print_format("Changed mode of '%Q' to %#@u.%r", data_make->main->output.to.stream, data_make->cache_arguments.array[i], mode, f_string_eol_s);
+        fll_print_format("Changed mode of '%[%Q%]' to %[%#@u%].%r", data_make->main->output.to.stream, data_make->main->context.set.notable, data_make->cache_arguments.array[i], data_make->main->context.set.notable, data_make->main->context.set.notable, mode, data_make->main->context.set.notable, f_string_eol_s);
       }
     } // for