summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/Validate_Worker_T.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Notify/Validate_Worker_T.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/Validate_Worker_T.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/Validate_Worker_T.cpp b/TAO/orbsvcs/orbsvcs/Notify/Validate_Worker_T.cpp
index b1090cd9b3f..d72f07bb5f0 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/Validate_Worker_T.cpp
+++ b/TAO/orbsvcs/orbsvcs/Notify/Validate_Worker_T.cpp
@@ -5,7 +5,7 @@
#include "Validate_Worker_T.h"
#include "tao/debug.h"
-#include "ace/Log_Msg.h"
+#include "orbsvcs/Log_Macros.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
#pragma once
@@ -28,7 +28,7 @@ namespace TAO_Notify
{
if (TAO_debug_level > 0)
{
- ACE_DEBUG ((LM_DEBUG,
+ ORBSVCS_DEBUG ((LM_DEBUG,
ACE_TEXT("(%P|%t)Validate_Worker<TOPOOBJ>::work: obj is nil\n")));
}
}