this is a better way of nuking saved snapshots

This commit is contained in:
DarthArgus
2016-11-30 22:16:33 +00:00
parent cd3c1f3fe8
commit 31bce71c33
3 changed files with 36 additions and 8 deletions
@@ -54,7 +54,7 @@ Snapshot::~Snapshot()
m_customStepList.clear();
++ms_deletionCount;
LOG("Snapshot",("Deleted snapshot. %i outstanding, %i created, %i deleted", ms_creationCount-ms_deletionCount,ms_creationCount,ms_deletionCount));
LOG("Snapshot",("Deleted snapshot. %i outstanding, %i created, %i deleted", ms_creationCount-ms_deletionCount,ms_creationCount,ms_deletionCount));
}
// ----------------------------------------------------------------------