[Slim-Checkins] r10933 - /trunk/server/Slim/Utils/Timers.pm

adrian at svn.slimdevices.com adrian at svn.slimdevices.com
Sun Dec 10 16:03:28 PST 2006


Author: adrian
Date: Sun Dec 10 16:03:28 2006
New Revision: 10933

URL: http://svn.slimdevices.com?rev=10933&view=rev
Log:
Bug: N/A
Desciption: move msgs from warn to debug as it is normal for these to occur

Modified:
    trunk/server/Slim/Utils/Timers.pm

Modified: trunk/server/Slim/Utils/Timers.pm
URL: http://svn.slimdevices.com/trunk/server/Slim/Utils/Timers.pm?rev=10933&r1=10932&r2=10933&view=diff
==============================================================================
--- trunk/server/Slim/Utils/Timers.pm (original)
+++ trunk/server/Slim/Utils/Timers.pm Sun Dec 10 16:03:28 2006
@@ -109,7 +109,7 @@
 	# return if already inside one
 	if ($checkingHighTimers) {
 	
-		$log->warn("[high] blocked checking - already processing a high timer!");
+		$log->debug("[high] blocked checking - already processing a high timer!");
 
 		return;
 	}
@@ -163,7 +163,7 @@
 	# Check Normal timers - return if already inside one
 	if ($checkingNormalTimers) {
 
-		if ($log->is_warn) {
+		if ($log->is_debug) {
 
 			$log->logBacktrace("[norm] blocked checking - already processing a normal timer!");
 		}



More information about the checkins mailing list