[Slim-Checkins] r9352 - /branches/6.5/server/Slim/Player/Source.pm

andy at svn.slimdevices.com andy at svn.slimdevices.com
Fri Sep 1 12:18:46 PDT 2006


Author: andy
Date: Fri Sep  1 12:18:45 2006
New Revision: 9352

URL: http://svn.slimdevices.com?rev=9352&view=rev
Log:
Moved nosiy debug line to d_source_v

Modified:
    branches/6.5/server/Slim/Player/Source.pm

Modified: branches/6.5/server/Slim/Player/Source.pm
URL: http://svn.slimdevices.com/branches/6.5/server/Slim/Player/Source.pm?rev=9352&r1=9351&r2=9352&view=diff
==============================================================================
--- branches/6.5/server/Slim/Player/Source.pm (original)
+++ branches/6.5/server/Slim/Player/Source.pm Fri Sep  1 12:18:45 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