mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-09-22 19:29:21 +03:00
v4.07-9448-rtm
This commit is contained in:
@ -1409,11 +1409,11 @@ bool LoadTableMain(wchar_t *filename)
|
||||
|
||||
SaveUnicodeCache(filename, b->Size, hash);
|
||||
|
||||
Debug("Unicode Source: strtable.stb\n");
|
||||
//Debug("Unicode Source: strtable.stb\n");
|
||||
}
|
||||
else
|
||||
{
|
||||
Debug("Unicode Source: unicode_cache\n");
|
||||
//Debug("Unicode Source: unicode_cache\n");
|
||||
}
|
||||
|
||||
FreeBuf(b);
|
||||
@ -1434,7 +1434,7 @@ bool LoadTableMain(wchar_t *filename)
|
||||
return false;
|
||||
}
|
||||
|
||||
Debug("Unicode File Read Cost: %u (%u Lines)\n", (UINT)(t2 - t1), LIST_NUM(TableList));
|
||||
//Debug("Unicode File Read Cost: %u (%u Lines)\n", (UINT)(t2 - t1), LIST_NUM(TableList));
|
||||
|
||||
return true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user