Title: [opsview] [10187] Correct typo and log level
Revision
10187
Author
dferguson
Date
2012-09-27 10:33:47 +0100 (Thu, 27 Sep 2012)

Log Message

Correct typo and log level

Modified Paths


Modified: trunk/opsview-core/bin/opsview_master_housekeep
===================================================================
--- trunk/opsview-core/bin/opsview_master_housekeep	2012-09-27 09:33:44 UTC (rev 10186)
+++ trunk/opsview-core/bin/opsview_master_housekeep	2012-09-27 09:33:47 UTC (rev 10187)
@@ -319,13 +319,13 @@
             WHERE $arg_for{column} $arg_for{comparison} '$arg_for{cut_off}'
             $arg_for{limit}
         ";
-        $logger->debug( "Running (no primaary key): $sql" );
+        $logger->debug( "Running (no primary key): $sql" );
         my $total = 0;
         while ( $count != 0 ) {
             $count = $arg_for{database}->do($sql);
             $total += $count;
         }
-        $logger->debug( "Removed $total rows" );
+        $logger->info( "Removed $total rows" );
     }
 }
 

_______________________________________________
Opsview-checkins mailing list
[email protected]
http://lists.opsview.org/lists/listinfo/opsview-checkins

Reply via email to