[maemo-commits] [maemo-commits] r13026 - projects/haf/trunk/hildon-audit

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Mon Aug 6 14:48:44 EEST 2007
Author: luc
Date: 2007-08-06 14:48:37 +0300 (Mon, 06 Aug 2007)
New Revision: 13026

Modified:
   projects/haf/trunk/hildon-audit/ChangeLog
   projects/haf/trunk/hildon-audit/hildon-audit
Log:
        * hildon-audit: reversed output in "stat" mode, to have occurence
        at the begining of the line.



Modified: projects/haf/trunk/hildon-audit/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-audit/ChangeLog	2007-08-06 11:34:18 UTC (rev 13025)
+++ projects/haf/trunk/hildon-audit/ChangeLog	2007-08-06 11:48:37 UTC (rev 13026)
@@ -1,3 +1,8 @@
+2007-08-06  Luc Pionchon  <luc.pionchon at nokia.com>
+
+	* hildon-audit: reversed output in "stat" mode, to have occurence
+	at the begining of the line.
+
 2007-07-26  Michael Dominic Kostrzewa  <michael.kostrzewa at nokia.com> 
 
 	[1.1-1 release]

Modified: projects/haf/trunk/hildon-audit/hildon-audit
===================================================================
--- projects/haf/trunk/hildon-audit/hildon-audit	2007-08-06 11:34:18 UTC (rev 13025)
+++ projects/haf/trunk/hildon-audit/hildon-audit	2007-08-06 11:48:37 UTC (rev 13026)
@@ -251,7 +251,7 @@
 {
   if ($statistics->{$rule} > 0)
   {
-      print "symbol $rule found $statistics->{$rule} time(s)\n";
+      print "$statistics->{$rule} time(s) symbol $rule\n";
       $errors ++;
   }
 }


More information about the maemo-commits mailing list