diff --git a/evaluation/demonstration/server.c b/evaluation/demonstration/server.c index 719984f7312d53bc5596c0f70f80ad41bd404e80..075704bc64fe6bae0518ab2475900c0aa80a93dc 100644 --- a/evaluation/demonstration/server.c +++ b/evaluation/demonstration/server.c @@ -16,6 +16,8 @@ #define BUFSIZZ 20000 #define DISABLE_NAGLE 0 +// MC - comment to test I can commit changes to the new Forge + #ifdef DEBUG #define DEBUG_PRINT(...) do{ fprintf( stdout, __VA_ARGS__ ); } while( false )