Changed page delete failure message into error message
This commit is contained in:
parent
ece9d2b980
commit
c47162bf03
1 changed files with 1 additions and 1 deletions
|
@ -187,7 +187,7 @@ namespace Mist {
|
|||
}
|
||||
}
|
||||
if (i == 1024){
|
||||
FAIL_MSG("Could not erase page %lu for track %lu->%lu stream %s from track index!", pageNumber, tid, mapTid, streamName.c_str());
|
||||
ERROR_MSG("Could not erase page %lu for track %lu->%lu stream %s from track index!", pageNumber, tid, mapTid, streamName.c_str());
|
||||
}
|
||||
|
||||
if (!nProxy.pagesByTrack.count(tid)){
|
||||
|
|
Loading…
Add table
Reference in a new issue