gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r33171 - gnunet/contrib


From: gnunet
Subject: [GNUnet-SVN] r33171 - gnunet/contrib
Date: Tue, 6 May 2014 12:26:14 +0200

Author: tg
Date: 2014-05-06 12:26:14 +0200 (Tue, 06 May 2014)
New Revision: 33171

Modified:
   gnunet/contrib/logread.pl
Log:
logread: use global matching for colouring

Modified: gnunet/contrib/logread.pl
===================================================================
--- gnunet/contrib/logread.pl   2014-05-06 02:03:56 UTC (rev 33170)
+++ gnunet/contrib/logread.pl   2014-05-06 10:26:14 UTC (rev 33171)
@@ -95,12 +95,12 @@
 
     # Service names
     # TODO: might read the list from $GNUNET_PREFIX/libexec/gnunet/
-    s/\b(multicast|psyc|psycstore|social)\b/BLUE $1/ex;
+    s/\b(multicast|psyc|psycstore|social)\b/BLUE $1/gex;
 
     # Add message type names
     s/(\s+type\s+)(\d+)/
       $1 . BRIGHT_CYAN (exists $msgtypes{$2} ? $msgtypes{$2} : 'UNKNOWN') .
-      CYAN " ($2)"/ei;
+      CYAN " ($2)"/gei;
 
     print;
 }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]