[maemo-commits] [maemo-commits] r13026 - projects/haf/trunk/hildon-audit
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Mon Aug 6 14:48:44 EEST 2007
- Previous message: [maemo-commits] r13025 - in projects/haf/trunk/hildon-desktop: . src
- Next message: [maemo-commits] r13027 - projects/haf/hafbuildbot
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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 ++; } }
- Previous message: [maemo-commits] r13025 - in projects/haf/trunk/hildon-desktop: . src
- Next message: [maemo-commits] r13027 - projects/haf/hafbuildbot
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]