summaryrefslogtreecommitdiff
path: root/DAnCE
diff options
context:
space:
mode:
authormcorino <mcorino@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2012-01-26 10:58:15 +0000
committermcorino <mcorino@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2012-01-26 10:58:15 +0000
commit0228154f506d17bb6e9646ea5733e5dc055e8590 (patch)
tree69c2574d19c8c477c0dd4a7b6a0b9b321b531838 /DAnCE
parentd30887a8da1133d2848986976d0a7bd33264f7d7 (diff)
downloadATCD-0228154f506d17bb6e9646ea5733e5dc055e8590.tar.gz
Thu Jan 26 10:57:30 UTC 2012 Martin Corino <mcorino@remedy.nl>
* dance/LocalityManager/Interceptors/Best_Effort.cpp: Fixed incorrect log texts.
Diffstat (limited to 'DAnCE')
-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 (),