diff --git a/.gitignore b/.gitignore index 527bdd0756fd0..c56e194a408c3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +.devcontainer *.vcxproj* *.tlog *.log diff --git a/TAO/tao/RTScheduling/Request_Interceptor.cpp b/TAO/tao/RTScheduling/Request_Interceptor.cpp index 498863bed1b4a..ee8d3279ca056 100644 --- a/TAO/tao/RTScheduling/Request_Interceptor.cpp +++ b/TAO/tao/RTScheduling/Request_Interceptor.cpp @@ -406,8 +406,14 @@ Server_Interceptor::send_reply (PortableInterceptor::ServerRequestInfo_ptr ri) // Reset the previous current pointer. tss->rtscheduler_previous_current_impl_ = 0; } - else TAOLIB_DEBUG ((LM_DEBUG, - "Send Reply Current is 0\n")); + else + { + if (TAO_debug_level > 0) + { + TAOLIB_DEBUG ((LM_DEBUG, + "Send Reply Current is 0\n")); + } + } } void