diff --git a/src/Components/Modules/RCon.cpp b/src/Components/Modules/RCon.cpp index 8d76aee2..4d734553 100644 --- a/src/Components/Modules/RCon.cpp +++ b/src/Components/Modules/RCon.cpp @@ -106,7 +106,9 @@ namespace Components static std::string outputBuffer; outputBuffer.clear(); +#ifdef DEBUG Logger::Print("Executing RCon request from %s: %s\n", address.getCString(), command.data()); +#endif Logger::PipeOutput([] (std::string output) {