Bugzilla – Bug 8182
Slim::Network::Discovery constantly logs warnings
Last modified: 2008-05-19 13:15:04 UTC
The following sequence of warnings appear in my log almost constantly. [10:04:54.1153] Slim::Utils::Misc::msg (1329) Warning: [10:04:54.1143] Use of uninitialized value in concatenation (.) or string at /usr/local/slimserver/Slim/Networking/Discovery.pm line 157. [10:04:54.1166] Slim::Utils::Misc::msg (1329) Warning: [10:04:54.1157] Use of uninitialized value in addition (+) at /usr/local/slimserver/Slim/Networking/Discovery.pm line 169. [10:04:54.1179] Slim::Utils::Misc::msg (1329) Warning: [10:04:54.1170] substr outside of string at /usr/local/slimserver/Slim/Networking/Discovery.pm line 169. [10:04:54.1190] Slim::Utils::Misc::msg (1329) Warning: [10:04:54.1182] Use of uninitialized value in subtraction (-) at /usr/local/slimserver/Slim/Networking/Discovery.pm line 170. At line 157 and beyond, $l is undefined. Don't know if this is a valid state - if so, the code should test for it.
That's odd. What kind of players are connected when you see these messages?
change 19877 - silence the warning if logging for slimproto isn't set to debug
fixed by change 19897 and change 19899