mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-12-27 06:21:02 +00:00
reduce logging
This commit is contained in:
parent
91b4aaf9e1
commit
b639599ade
@ -372,7 +372,7 @@ public:
|
||||
return;
|
||||
}
|
||||
|
||||
jit_log.notice("LLVM: Created module: %s", _module->getName().data());
|
||||
jit_log.trace("LLVM: Created module: %s", _module->getName().data());
|
||||
|
||||
// Restore space that was overestimated
|
||||
ensure(m_compiler->add_sub_disk_space(max_size - module_file.size()));
|
||||
|
Loading…
Reference in New Issue
Block a user