Changed page delete failure message into error message

This commit is contained in:
Thulinma 2017-11-23 10:19:44 +01:00
parent ece9d2b980
commit c47162bf03

View file

@ -187,7 +187,7 @@ namespace Mist {
} }
} }
if (i == 1024){ 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)){ if (!nProxy.pagesByTrack.count(tid)){