From: Bart Polot Date: Fri, 18 Oct 2013 03:54:59 +0000 (+0000) Subject: - debug X-Git-Tag: initial-import-from-subversion-38251~6466 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=8fdda144448a85f98993dace8eeac8b75fc19c9f;p=oweals%2Fgnunet.git - debug --- diff --git a/src/mesh/beautify_log.sh b/src/mesh/beautify_log.sh index 379d6c5dd..d79b9df11 100755 --- a/src/mesh/beautify_log.sh +++ b/src/mesh/beautify_log.sh @@ -6,7 +6,8 @@ cat __tmp_peers | while read line; do PID=`echo $line | sed -e 's/.*mesh-\([0-9]*\).*/\1/'` echo "$PID => $PEER" cat .log | sed -e "s/mesh-\([a-z2]*\)-$PID/MESH \1 $PEER/" > .log2 - mv .log2 .log + cat .log2 | sed -e "s/mesh-$PID/MESH XXX $PEER/" > .log3 + mv .log3 .log done rm __tmp_peers