diff --git a/reflector/CodecStream.cpp b/reflector/CodecStream.cpp index be8d8e2..ced0f97 100644 --- a/reflector/CodecStream.cpp +++ b/reflector/CodecStream.cpp @@ -178,8 +178,8 @@ void CCodecStream::Task(void) m_StatsTimer.start(); m_uiTotalPackets++; m_TCWriter.Send(Frame->GetCodecPacket()); -#ifdef debug - std::cout << "Sent a packet to the transcoder from module '" << Frame->GetCodecPacket().module << "'" << std::endl; +#ifdef DEBUG + std::cout << "Sent a packet to the transcoder from module '" << Frame->GetCodecPacket()->module << "'" << std::endl; #endif // and push to our local queue