Changed "No tracks found" input class message to INFO level from WARN level

This commit is contained in:
Thulinma 2017-12-13 10:59:52 +01:00
parent 9f9c67b07e
commit fb88d214fb

View file

@ -388,7 +388,7 @@ namespace Mist {
pullLock.post(); pullLock.post();
pullLock.close(); pullLock.close();
pullLock.unlink(); pullLock.unlink();
WARN_MSG("No tracks found, cancelling"); INFO_MSG("No tracks found, cancelling");
return; return;
} }
nProxy.userClient.countAsViewer = false; nProxy.userClient.countAsViewer = false;