summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--DAnCE/ChangeLog5
-rw-r--r--DAnCE/dance/LocalityManager/Interceptors/Best_Effort.cpp10
2 files changed, 10 insertions, 5 deletions
diff --git a/DAnCE/ChangeLog b/DAnCE/ChangeLog
index 6641e0f55fc..1e535308fa6 100644
--- a/DAnCE/ChangeLog
+++ b/DAnCE/ChangeLog
@@ -1,3 +1,8 @@
+Thu Jan 26 10:57:30 UTC 2012 Martin Corino <mcorino@remedy.nl>
+
+ * dance/LocalityManager/Interceptors/Best_Effort.cpp:
+ Fixed incorrect log texts.
+
Mon Jan 23 09:49:47 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>
* dance/LocalityManager/Scheduler/Scheduler.mpc:
diff --git a/DAnCE/dance/LocalityManager/Interceptors/Best_Effort.cpp b/DAnCE/dance/LocalityManager/Interceptors/Best_Effort.cpp
index f19e3945a10..5de00746710 100644
--- a/DAnCE/dance/LocalityManager/Interceptors/Best_Effort.cpp
+++ b/DAnCE/dance/LocalityManager/Interceptors/Best_Effort.cpp
@@ -57,7 +57,7 @@ namespace DAnCE
result);
DANCE_ERROR (DANCE_LOG_NONFATAL_ERROR,
(LM_ERROR, DLINFO
- ACE_TEXT ("Best_Effort::post_install - ")
+ ACE_TEXT ("Best_Effort::post_connect - ")
ACE_TEXT ("Received exception while establishing connection ")
ACE_TEXT ("<%C>:<%C>\n"),
plan.connection[connection].name.in (),
@@ -77,7 +77,7 @@ namespace DAnCE
result);
DANCE_ERROR (DANCE_LOG_NONFATAL_ERROR,
(LM_ERROR, DLINFO
- ACE_TEXT ("Best_Effort::post_install - ")
+ ACE_TEXT ("Best_Effort::post_configured - ")
ACE_TEXT ("Received exception while completing configuration of ")
ACE_TEXT ("instance <%C>:<%C>\n"),
plan.instance[index].name.in (),
@@ -98,7 +98,7 @@ namespace DAnCE
result);
DANCE_ERROR (DANCE_LOG_NONFATAL_ERROR,
(LM_ERROR, DLINFO
- ACE_TEXT ("Best_Effort::post_install - ")
+ ACE_TEXT ("Best_Effort::post_activate - ")
ACE_TEXT ("Received exception while activating instance ")
ACE_TEXT ("<%C>:<%C>\n"),
plan.instance[index].name.in (),
@@ -119,7 +119,7 @@ namespace DAnCE
result);
DANCE_ERROR (DANCE_LOG_NONFATAL_ERROR,
(LM_ERROR, DLINFO
- ACE_TEXT ("Best_Effort::post_install - ")
+ ACE_TEXT ("Best_Effort::post_passivate - ")
ACE_TEXT ("Received exception while passivating instance ")
ACE_TEXT ("<%C>:<%C>\n"),
plan.instance[index].name.in (),
@@ -140,7 +140,7 @@ namespace DAnCE
result);
DANCE_ERROR (DANCE_LOG_NONFATAL_ERROR,
(LM_ERROR, DLINFO
- ACE_TEXT ("Best_Effort::post_install - ")
+ ACE_TEXT ("Best_Effort::post_remove - ")
ACE_TEXT ("Received exception while removing instance ")
ACE_TEXT ("<%C>:<%C>\n"),
plan.instance[index].name.in (),