On Tue, 11 Aug 2020 09:33:04 +0300 Leon Romanovsky <[email protected]> wrote:
> + print_color_string(PRINT_ANY, COLOR_NONE, "comm", "comm %s ", tmp);
If you don't want color then just print_string will do the same thing.
print_string(PRINT_ANY, "comm", "comm %s ", tmp);
