tamanaco;445368 Wrote: > Btw, is there any way to suppress the deprecated plugin function > messages in the sever log. I setup my logging options to show error > messages only, but this "error" message appears to be targeted to > developers only. I'm probably wrong, but some of the plugins continue to > be functional... so shouldn't this error be a "warning". Having these > errors repeated again and again in the server log makes it very > difficult to find other errors that might be relevant to fixing other > issues with the new builds and with the plugins.
Yes, they should be warnings - the function is deprecated, meaning that it's still supported, but it's preferable to update the plugin code to use newer method calls. I've updated my plugins already to remove the warnings, but I've still got stacks of these "errors" appearing in my log for other third-party plugins, which makes it hard to spot real errors. -- Philip Meyer ------------------------------------------------------------------------ Philip Meyer's Profile: http://forums.slimdevices.com/member.php?userid=95 View this thread: http://forums.slimdevices.com/showthread.php?t=66082 _______________________________________________ beta mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/beta
