From 4da9d2f904d17e91d433a0ca19f639532630d1b7 Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Fri, 21 Mar 2014 18:44:52 +0000 Subject: [PATCH] - clean stdout output, log debug still --- src/mesh/run_profiler.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesh/run_profiler.sh b/src/mesh/run_profiler.sh index cecbe0891..9099b0c24 100755 --- a/src/mesh/run_profiler.sh +++ b/src/mesh/run_profiler.sh @@ -21,4 +21,4 @@ echo "using $PEERS peers, $LINKS links"; sed -e "s/%LINKS%/$LINKS/g" profiler.conf > .profiler.conf -./gnunet-mesh-profiler $ROUNDTIME $PEERS $PINGS |& tee log +./gnunet-mesh-profiler $ROUNDTIME $PEERS $PINGS |& tee log | grep -v DEBUG -- 2.25.1