mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 19:58:11 +00:00
IPCCompiler: Unbreak building with extra debug macros
This commit is contained in:
parent
bc1dc2b688
commit
8c1888811f
1 changed files with 1 additions and 1 deletions
|
@ -393,7 +393,7 @@ int main(int argc, char** argv)
|
|||
out() << " }";
|
||||
out() << " if (stream.handle_read_failure()) {";
|
||||
#ifdef GENERATE_DEBUG_CODE
|
||||
out() << " sout() << \"Failed to read the message\";";
|
||||
out() << " dbg() << \"Failed to read the message\";";
|
||||
#endif
|
||||
out() << " return nullptr;";
|
||||
out() << " }";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue