Clarified debug messages, tweaked verbosity levels.

This commit is contained in:
Thulinma 2015-07-22 09:53:36 +02:00
parent 0bda57fa0c
commit 27240abd06
2 changed files with 5 additions and 5 deletions

View file

@ -346,7 +346,7 @@ namespace Mist {
return false;
}
//Update keynum to point to the corresponding page
INFO_MSG("Updating keynum %u to %lu", keyNum, (--(pagesByTrack[track].upper_bound(keyNum)))->first);
INFO_MSG("Loading key %u from page %lu", keyNum, (--(pagesByTrack[track].upper_bound(keyNum)))->first);
keyNum = (--(pagesByTrack[track].upper_bound(keyNum)))->first;
if (!bufferStart(track, keyNum)){
WARN_MSG("bufferStart failed! Cancelling bufferFrame", track);