Too trivial for a real bug reports.
In 7.7 trunk, svn 33706, the server log is filling up (i.e. hundreds and hundreds of repetitions) with:
So, what's the appropriate syntax in the code to deal with this?Code:[11-11-14 14:42:22.8283] Slim::Utils::Misc::msg (1304) Warning: [14:42:22.8282] Use of uninitialized value in concatenation (.) or string at /usr/share/lms/server/Slim/Plugin/UPnP/MediaServer/ConnectionManager.pm line 199. [11-11-14 14:42:22.8284] Slim::Utils::Misc::msg (1304) Warning: [14:42:22.8283] Use of uninitialized value in concatenation (.) or string at /usr/share/lms/server/Slim/Plugin/UPnP/MediaServer/ConnectionManager.pm line 199. [11-11-14 14:42:22.8285] Slim::Utils::Misc::msg (1304) Warning: [14:42:22.8285] Use of uninitialized value in concatenation (.) or string at /usr/share/lms/server/Slim/Plugin/UPnP/MediaServer/ConnectionManager.pm line 199. ..etc..
Is that the best way?Code:change: my $key = $mime . $row->{dlna_profile}; ..to.. my $key = $mime . ($row->{dlna_profile} || '');
Results 1 to 1 of 1
Thread: LMS buglets
Threaded View
-
2011-11-14, 14:48 #1
LMS buglets

Reply With Quote
