X-Git-Url: https://defaria.com/gitweb/?a=blobdiff_plain;f=lib%2FSpeak.pm;h=d46249075db8f77950fdf171ba1410040b809adc;hb=e1d42c20248fed57b7a9b5e815286524029a6c08;hp=c18c2f7feda4c2fc8e4d60ab5286b4d0641d4ec9;hpb=cc363d84e59a0beafb118bdc7b523fce374ba2b1;p=clearscm.git diff --git a/lib/Speak.pm b/lib/Speak.pm index c18c2f7..d462490 100644 --- a/lib/Speak.pm +++ b/lib/Speak.pm @@ -104,10 +104,11 @@ Returns: =cut if (-f "$FindBin::Bin/shh") { + $msg .= ' [silent]'; if ($log) { - $log->msg("Not speaking because we were asked to be quiet - $msg"); + $log->msg($msg); } else { - verbose "Not speaking because we were asked to be quiet - $msg"; + verbose $msg; } # if return;