mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
Kernel: Silence debug spam on exec
This commit is contained in:
@@ -822,7 +822,9 @@ int Process::do_exec(NonnullRefPtr<FileDescription> main_program_description, Ve
|
||||
{
|
||||
ASSERT(is_ring3());
|
||||
auto path = main_program_description->absolute_path();
|
||||
#ifdef EXEC_DEBUG
|
||||
dbg() << "do_exec(" << path << ")";
|
||||
#endif
|
||||
|
||||
size_t total_blob_size = 0;
|
||||
for (auto& a : arguments)
|
||||
|
||||
Reference in New Issue
Block a user