reduce logging

This commit is contained in:
Elad Ashkenazi 2024-07-27 12:20:49 +03:00
parent 91b4aaf9e1
commit b639599ade
1 changed files with 1 additions and 1 deletions

View File

@ -372,7 +372,7 @@ public:
return; 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 // Restore space that was overestimated
ensure(m_compiler->add_sub_disk_space(max_size - module_file.size())); ensure(m_compiler->add_sub_disk_space(max_size - module_file.size()));