(svn r26175) -Add: Log in desync output when persistent storage is discarded.
This commit is contained in:
@@ -27,7 +27,7 @@ static void Load_PSAC()
|
||||
|
||||
while ((index = SlIterateArray()) != -1) {
|
||||
assert(PersistentStorage::CanAllocateItem());
|
||||
PersistentStorage *ps = new (index) PersistentStorage(0);
|
||||
PersistentStorage *ps = new (index) PersistentStorage(0, 0, 0);
|
||||
SlObject(ps, _storage_desc);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user