From 0413806a04ba4f26e5e4f670452c3f05b7a606fd Mon Sep 17 00:00:00 2001 From: philsmd Date: Thu, 18 Aug 2016 12:05:45 +0200 Subject: [PATCH] skip periodic status updates in stdin+stdout mode to prevent output pollution --- docs/changes.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/changes.txt b/docs/changes.txt index bcfe489a5..d43021fa7 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -23,6 +23,7 @@ - Slightly increased NVidias rule-processing performance by using generic instructions instead of byte_perm() - Add support for @ rule (RULE_OP_MANGLE_PURGECHAR) to use on GPU - Add support for --outfile (short -o) to be used together with --stdout +- Skip periodic status output whenever --stdout is used together with stdin mode, but no outfile was specified ## ## Bugs