Bug 922 - repetitive 'squeezebox2 firmware is up-to-date' messages
: repetitive 'squeezebox2 firmware is up-to-date' messages
Status: RESOLVED INVALID
Product: Logitech Media Server
Classification: Unclassified
Component: Misc
: 6.0.0
: Macintosh All
: P2 normal (vote)
: ---
Assigned To: Blackketter Dean
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2005-03-02 10:07 UTC by Kevin Pearsall
Modified: 2008-08-18 10:53 UTC (History)
0 users

See Also:
Category: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kevin Pearsall 2005-03-02 10:07:29 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.
Comment 1 KDF 2005-03-02 10:43:12 UTC
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.
Comment 2 Kevin Pearsall 2005-03-08 11:47:21 UTC
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.
Comment 3 KDF 2005-03-09 21:41:07 UTC
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?
Comment 4 Blackketter Dean 2005-03-10 14:25:20 UTC
turn off d_firmware.