debug messages show up in gui
Status: Beta
Brought to you by:
bouchbro
After hitting 'r' in the main-window I saw what appears
to be a debug message on my screen: "Sending repeat msg
to daemon". It was annoying because it trampled over
other parts of the interface. There's a --debug
option. Maybe it's not being used? Incidentally the
help for --debug says "Load playlist".
Logged In: YES
user_id=1177733
This is in the client.cc where we add our debugging to WvLogFile("/dev/null")
it was a hack to begin with...apparently a non working one anyway.
Logged In: YES
user_id=1177733
made a quick edit to viewsong.cc
--it doesn't solve the problem (writing to /dev/null) but it masks it for repeat/
random