Quiet --pretend output further.

wilder
Michael Pyne 9 years ago
parent 02c616cbb0
commit 2d87974100
  1. 2
      modules/ksb/Debug.pm

@ -185,7 +185,7 @@ sub error(@)
sub pretend(@) sub pretend(@)
{ {
if (pretending()) { if (pretending() && $debugLevel <= WHISPER) {
my @lines = @_; my @lines = @_;
s/(\w)/d[$1/ foreach @lines; # Add dim prefix s/(\w)/d[$1/ foreach @lines; # Add dim prefix
# Clear suffix is actually implicit # Clear suffix is actually implicit

Loading…
Cancel
Save