From bde5bef1f916af0a1e8a23aa7b2c527c2a6d7d60 Mon Sep 17 00:00:00 2001 From: Manuel Penschuck Date: Sat, 16 Feb 2013 21:53:46 +0100 Subject: [PATCH] quite -> quiet --- web/include/CtsCommands.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/include/CtsCommands.pm b/web/include/CtsCommands.pm index 374665d..47cdd69 100644 --- a/web/include/CtsCommands.pm +++ b/web/include/CtsCommands.pm @@ -291,6 +291,8 @@ sub commandMonitor { my @slices = (); my @monRegs = (); + + local $| = 1 if $quiet; # gather all registers and slices that need to be monitored $trb->clearPrefetch(); -- 2.43.0