mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 21:17:44 +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() << " }";
|
||||||
out() << " if (stream.handle_read_failure()) {";
|
out() << " if (stream.handle_read_failure()) {";
|
||||||
#ifdef GENERATE_DEBUG_CODE
|
#ifdef GENERATE_DEBUG_CODE
|
||||||
out() << " sout() << \"Failed to read the message\";";
|
out() << " dbg() << \"Failed to read the message\";";
|
||||||
#endif
|
#endif
|
||||||
out() << " return nullptr;";
|
out() << " return nullptr;";
|
||||||
out() << " }";
|
out() << " }";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue