Skip to content

Commit

Permalink
Removed a non-thread-safe INFO logging
Browse files Browse the repository at this point in the history
  • Loading branch information
mikekazakov committed Feb 17, 2024
1 parent c1f83e9 commit f0c9fba
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Source/VFS/tests/VFSArchive_IT.mm
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,7 @@ static int VFSCompareEntries(const std::filesystem::path &_file1_full_path,
for( int i = 0; i < 1000; ++i )
dispatch_group_async(dg, dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0), ^{
std::string fn = filenames[std::rand() % filenames.size()];
INFO(fn);


VFSStat local_st;
REQUIRE(host->Stat(fn.c_str(), local_st, 0, 0) == 0);

Expand Down

0 comments on commit f0c9fba

Please sign in to comment.