mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-22 10:19:20 +00:00
LibVideo: Hide debug message behind MATROSKA_DEBUG
This clutters fuzzer output if enabled.
This commit is contained in:
parent
b704f82487
commit
290d3449e0
Notes:
sideshowbarker
2024-07-17 09:37:30 +09:00
Author: https://github.com/ADKaster
Commit: 290d3449e0
Pull-request: https://github.com/SerenityOS/serenity/pull/15560
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ bool MatroskaReader::parse_segment_elements(MatroskaDocument& matroska_document)
|
|||
return true;
|
||||
});
|
||||
|
||||
dbgln("Success {}", success);
|
||||
dbgln_if(MATROSKA_DEBUG, "Success {}", success);
|
||||
return success;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue