Changed "No tracks found" input class message to INFO level from WARN level
This commit is contained in:
parent
9f9c67b07e
commit
fb88d214fb
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue