[Slim-Checkins] r33654 - /7.7/trunk/server/Slim/Plugin/MOG/ProtocolHandler.pm

[email protected]
Newsgroups gmane.music.equipment.slimdevices.cvs
Message-ID <[email protected]>
Author: mherger
Date: Fri Nov  4 02:24:52 2011
New Revision: 33654

URL: http://svn.slimdevices.com/slim?rev=33654&view=rev
Log:
Bug: n/a
Description: reduce the amount of logs created

Modified:
    7.7/trunk/server/Slim/Plugin/MOG/ProtocolHandler.pm

Modified: 7.7/trunk/server/Slim/Plugin/MOG/ProtocolHandler.pm
URL: http://svn.slimdevices.com/slim/7.7/trunk/server/Slim/Plugin/MOG/ProtocolHandler.pm?rev=33654&r1=33653&r2=33654&view=diff
==============================================================================
--- 7.7/trunk/server/Slim/Plugin/MOG/ProtocolHandler.pm (original)
+++ 7.7/trunk/server/Slim/Plugin/MOG/ProtocolHandler.pm Fri Nov  4 02:24:52 2011
@@ -266,11 +266,12 @@
 				_gotTrackError( $@ || $info->{error}, $client, $params );
 			}
 			else {
+				_gotTrack( $client, $info, $params );
+				
 				if ( main::DEBUGLOG && $log->is_debug ) {
+					delete $info->{url};
 					$log->debug( 'getTrackInfo ok: ' . Data::Dump::dump($info) );
 				}
-				
-				_gotTrack( $client, $info, $params );
 			}
 		},
 		sub {
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.