Clarified valid page numbers debug message.
This commit is contained in:
parent
e20761e8c7
commit
c194396215
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ namespace Mist {
|
||||||
for (std::map<unsigned long, DTSCPageData>::iterator it = pagesByTrack[tid].begin(); it != pagesByTrack[tid].end(); it++){
|
for (std::map<unsigned long, DTSCPageData>::iterator it = pagesByTrack[tid].begin(); it != pagesByTrack[tid].end(); it++){
|
||||||
test << it->first << " ";
|
test << it->first << " ";
|
||||||
}
|
}
|
||||||
INFO_MSG("%s are", test.str().c_str());
|
INFO_MSG("Valid page numbers: %s", test.str().c_str());
|
||||||
///\return false if the pagenumber is not valid for this track
|
///\return false if the pagenumber is not valid for this track
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue