[Slim-Checkins] r10128 - /branches/6.5/server/Slim/Utils/Timers.pm
dsully at svn.slimdevices.com
dsully at svn.slimdevices.com
Sun Oct 1 17:22:21 PDT 2006
Author: dsully
Date: Sun Oct 1 17:22:20 2006
New Revision: 10128
URL: http://svn.slimdevices.com?rev=10128&view=rev
Log:
Bug: N/A
Description: Merge from trunk -r 10126:10127
Modified:
branches/6.5/server/Slim/Utils/Timers.pm
Modified: branches/6.5/server/Slim/Utils/Timers.pm
URL: http://svn.slimdevices.com/branches/6.5/server/Slim/Utils/Timers.pm?rev=10128&r1=10127&r2=10128&view=diff
==============================================================================
--- branches/6.5/server/Slim/Utils/Timers.pm (original)
+++ branches/6.5/server/Slim/Utils/Timers.pm Sun Oct 1 17:22:20 2006
@@ -137,7 +137,7 @@
$high_subptr->($high_objRef, @{$high_args});
}
else {
- msg("[high] no subptr: " . Data::Dump::Dump($high_timer));
+ msg("[high] no subptr: " . Data::Dump::dump($high_timer));
}
$nextHigh = $high->get_next_priority();
@@ -667,4 +667,4 @@
See L<POE::Queue> for documentation.
-=cut
+=cut
More information about the checkins
mailing list