1
Fork 0
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:
Ben Wiederhake 2020-08-27 00:33:53 +02:00 committed by Andreas Kling
parent bc1dc2b688
commit 8c1888811f

View file

@ -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() << " }";