[Slim-Checkins] r10127 - /trunk/server/Slim/Utils/Timers.pm
dsully at svn.slimdevices.com
dsully at svn.slimdevices.com
Sun Oct 1 17:21:32 PDT 2006
Author: dsully
Date: Sun Oct 1 17:21:30 2006
New Revision: 10127
URL: http://svn.slimdevices.com?rev=10127&view=rev
Log:
Bug: N/A
Description: Fix typo. dump() is lowercase.
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=10127&r1=10126&r2=10127&view=diff
==============================================================================
--- trunk/server/Slim/Utils/Timers.pm (original)
+++ trunk/server/Slim/Utils/Timers.pm Sun Oct 1 17:21:30 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