mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-10 18:10:56 +09:00
Kernel: Silence debug spam on exec
This commit is contained in:
parent
8a1dbe5483
commit
4dbbe1885f
Notes:
sideshowbarker
2024-07-19 05:26:46 +09:00
Author: https://github.com/awesomekling
Commit: 4dbbe1885f
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue