[Slim-Checkins] r9351 - /trunk/server/Slim/Player/Source.pm
andy at svn.slimdevices.com
andy at svn.slimdevices.com
Fri Sep 1 12:18:22 PDT 2006
Author: andy
Date: Fri Sep 1 12:18:21 2006
New Revision: 9351
URL: http://svn.slimdevices.com?rev=9351&view=rev
Log:
Moved nosiy debug line to d_source_v
Modified:
trunk/server/Slim/Player/Source.pm
Modified: trunk/server/Slim/Player/Source.pm
URL: http://svn.slimdevices.com/trunk/server/Slim/Player/Source.pm?rev=9351&r1=9350&r2=9351&view=diff
==============================================================================
--- trunk/server/Slim/Player/Source.pm (original)
+++ trunk/server/Slim/Player/Source.pm Fri Sep 1 12:18:21 2006
@@ -146,8 +146,8 @@
my $rate = $client->rate();
my $songtime = $client->songElapsedSeconds();
my $startStream = $client->songStartStreamTime();
-
- $::d_source && msg("songTime: rate:$rate -songtime:$songtime -startStream:$startStream\n");
+
+ $::d_source_v && msg("songTime: rate:$rate -songtime:$songtime -startStream:$startStream\n");
return $songtime+$startStream if $rate == 1 && defined($songtime);
More information about the checkins
mailing list