From 401f4c3ea78ba570ba6d0e690c59830e956b996b Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Wed, 28 Dec 2011 09:02:13 +0000 Subject: Wed Dec 28 09:00:54 UTC 2011 Johnny Willemsen * dance/RepositoryManager/RepositoryManager_Impl.cpp: Fixed compile error when ACE_HAS_DUMP is defined --- DAnCE/ChangeLog | 5 +++++ DAnCE/dance/RepositoryManager/RepositoryManager_Impl.cpp | 7 +++---- 2 files changed, 8 insertions(+), 4 deletions(-) (limited to 'DAnCE') diff --git a/DAnCE/ChangeLog b/DAnCE/ChangeLog index 64a0d4b2381..43bff5ff852 100644 --- a/DAnCE/ChangeLog +++ b/DAnCE/ChangeLog @@ -1,3 +1,8 @@ +Wed Dec 28 09:00:54 UTC 2011 Johnny Willemsen + + * dance/RepositoryManager/RepositoryManager_Impl.cpp: + Fixed compile error when ACE_HAS_DUMP is defined + Tue Dec 27 11:40:02 UTC 2011 Johnny Willemsen * NEWS: diff --git a/DAnCE/dance/RepositoryManager/RepositoryManager_Impl.cpp b/DAnCE/dance/RepositoryManager/RepositoryManager_Impl.cpp index 39095e7c769..6259fdb09e9 100644 --- a/DAnCE/dance/RepositoryManager/RepositoryManager_Impl.cpp +++ b/DAnCE/dance/RepositoryManager/RepositoryManager_Impl.cpp @@ -1228,13 +1228,12 @@ namespace DAnCE { #if defined (ACE_HAS_DUMP) - DANCE_DEBUG(LM_DEBUG, "NAMES:\n"); + DANCE_DEBUG(DANCE_LOG_MAJOR_DEBUG_INFO, (LM_DEBUG, "NAMES:\n")); this->names_.dump (); - DANCE_DEBUG(LM_DEBUG, "UUIDs:\n"); + DANCE_DEBUG(DANCE_LOG_MAJOR_DEBUG_INFO, (LM_DEBUG, "UUIDs:\n")); this->uuids_.dump (); - DANCE_DEBUG (LM_DEBUG, "Component Interface Types:\n"); + DANCE_DEBUG (DANCE_LOG_MAJOR_DEBUG_INFO, (LM_DEBUG, "Component Interface Types:\n")); this->types_.dump (); - #endif /* ACE_HAS_DUMP */ } -- cgit v1.2.1