Since 0.6.5: [panic:243] Lauching browser with http://localh
Posted: March 27th, 2012, 3:29 pm
FWIW: I noticed that the SAB logging says "INFO::[panic:243] Lauching browser with http://localhost:8080/sabnzbd". I am triggered by the word "panic": is that a worrying thing? I went back in SAB versions to see since when "panic" occurs:
0.6.5 (and earlier) says
0.6.6 (and later) says
I checked 0.6.6's sabnzbd/panic.py, and that contains "launch_a_browser(url, force=False)". Is the message "panic" just because the browser-launch is now handled by panic.py and not misc.py? Is there a reason for that?
0.6.5 (and earlier) says
Code: Select all
INFO::[misc:693] Lauching browser with http://localhost:8080/sabnzbd
Code: Select all
INFO::[panic:243] Lauching browser with http://localhost:8080/sabnzbd