Verbosity tweak
This commit is contained in:
parent
4538efb89b
commit
50e8c7638a
1 changed files with 1 additions and 1 deletions
|
@ -670,7 +670,7 @@ namespace Mist {
|
|||
break;
|
||||
}
|
||||
|
||||
MEDIUM_MSG("Buffer has indicated that incoming track %lu should start writing on track %lu, page %lu", tid, finalTid, firstPage);
|
||||
MEDIUM_MSG("Buffer says %s:%lu should start writing on track %lu, page %lu", streamName.c_str(), tid, finalTid, firstPage);
|
||||
trackMap[tid] = finalTid;
|
||||
if (myMeta.tracks.count(finalTid) && myMeta.tracks[finalTid].lastms){
|
||||
myMeta.tracks[finalTid].lastms = 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue