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(@)
{
if (pretending()) {
if (pretending() && $debugLevel <= WHISPER) {
my @lines = @_;
s/(\w)/d[$1/ foreach @lines; # Add dim prefix
# Clear suffix is actually implicit

Loading…
Cancel
Save