mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 17:01:15 +02:00
- upnpbrowser: reduce console output in selectDevice()
This commit is contained in:
@@ -581,7 +581,7 @@ void CUpnpBrowserGui::selectDevice()
|
||||
#endif
|
||||
else
|
||||
{
|
||||
printf("msg: %x\n", (int) msg);
|
||||
//printf("msg: %x\n", (int) msg);
|
||||
if (CNeutrinoApp::getInstance()->handleMsg(msg, data) & messages_return::cancel_all)
|
||||
loop = false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user