Bugzilla – Bug 922
repetitive 'squeezebox2 firmware is up-to-date' messages
Last modified: 2008-08-18 10:53:01 UTC
every time you refresh the web interface when d_firmware is turned on you get this message: 2005-03-02 10:06:29.3985 squeezebox2 firmware is up-to-date, v. 4 specifically loading the page status_header.html by itself will cause this message as well.
isn't this by design? I think in Pages.pm it checks for firmware updating necessity and will redirect the status page to give a message if firmware needs to be updated. This would seem a reasonable message for the debugger to output if the d_firmware flag is set.
well, but is it necessary to check constantly, even when just reloading a page in the web interface? seems like a waste of time... but if it's by design i will close this.
maybe...however, there is no telling when a user will select a given player from their list. Whenever this happens for the first time, we'd have to check. This could maybe be more efficient by setting a flag when each player connects. That way Pages.pm can simply check the flag. I dont see an easy way to not have to check without a flag to mark if we've checked already or not ;) of course, we could also leave it mostly as is, and just remove the debug message. After all, if we dont need an upgrade, why bother pointing that out?
turn off d_firmware.