You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Has the file the proper AICH Parthashset? If not probably upgrading, create it
282
+
if (!pCurFile->GetFileIdentifier().HasExpectedAICHHashCount())
283
+
{
284
+
if (bDbgMsgCreatingPartHashs)
276
285
{
277
-
if (bDbgMsgCreatingPartHashs)
278
-
{
279
-
bDbgMsgCreatingPartHashs = false;
280
-
DebugLogWarning(_T("Missing AICH Part Hashsets for known files - maybe upgrading from earlier version. Creating them out of full AICH Recovery Hashsets, shouldn't take too long"));
DebugLogWarning(_T("Missing AICH Part Hashsets for known files - maybe upgrading from earlier version. Creating them out of full AICH Recovery Hashsets, shouldn't take too long"));
DebugLogError(_T("Failed to load full AICH Recovery Hashset - known2.met might be corrupt. Unable to create AICH Part Hashset - %s"), pCurFile->GetFileName());
295
+
}
296
+
else
297
+
{
298
+
if (!pCurFile->GetFileIdentifier().SetAICHHashSet(tempHashSet))
285
299
{
300
+
DebugLogError(_T("Failed to create AICH Part Hashset out of full AICH Recovery Hashset - %s"), pCurFile->GetFileName());
286
301
ASSERT( false );
287
-
DebugLogError(_T("Failed to load full AICH Recovery Hashset - known2.met might be corrupt. Unable to create AICH Part Hashset - %s"), pCurFile->GetFileName());
288
-
}
289
-
else
290
-
{
291
-
if (!pCurFile->GetFileIdentifier().SetAICHHashSet(tempHashSet))
292
-
{
293
-
DebugLogError(_T("Failed to create AICH Part Hashset out of full AICH Recovery Hashset - %s"), pCurFile->GetFileName());
// Has the file the proper AICH Parthashset? If not probably upgrading, create it
324
+
if (!pCurFile->GetFileIdentifier().HasExpectedAICHHashCount())
325
+
{
326
+
if (bDbgMsgCreatingPartHashs)
322
327
{
323
-
if (bDbgMsgCreatingPartHashs)
324
-
{
325
-
bDbgMsgCreatingPartHashs = false;
326
-
DebugLogWarning(_T("Missing AICH Part Hashsets for known files - maybe upgrading from earlier version. Creating them out of full AICH Recovery Hashsets, shouldn't take too long"));
DebugLogWarning(_T("Missing AICH Part Hashsets for known files - maybe upgrading from earlier version. Creating them out of full AICH Recovery Hashsets, shouldn't take too long"));
DebugLogError(_T("Failed to load full AICH Recovery Hashset - known2.met might be corrupt. Unable to create AICH Part Hashset - %s"), pCurFile->GetFileName());
337
+
}
338
+
else
339
+
{
340
+
if (!pCurFile->GetFileIdentifier().SetAICHHashSet(tempHashSet))
331
341
{
342
+
DebugLogError(_T("Failed to create AICH Part Hashset out of full AICH Recovery Hashset - %s"), pCurFile->GetFileName());
332
343
ASSERT( false );
333
-
DebugLogError(_T("Failed to load full AICH Recovery Hashset - known2.met might be corrupt. Unable to create AICH Part Hashset - %s"), pCurFile->GetFileName());
334
-
}
335
-
else
336
-
{
337
-
if (!pCurFile->GetFileIdentifier().SetAICHHashSet(tempHashSet))
338
-
{
339
-
DebugLogError(_T("Failed to create AICH Part Hashset out of full AICH Recovery Hashset - %s"), pCurFile->GetFileName());
0 commit comments