summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2011-09-14 07:36:25 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2011-09-14 07:36:25 +0000
commitcef921be1367c0313f54453292670a289be5a49a (patch)
treef6dad070f20fa5f97efd44516a800c6087e61ffa
parent1eba36fc411c90bda14987a666c1e06cfd75a534 (diff)
downloadATCD-cef921be1367c0313f54453292670a289be5a49a.tar.gz
Wed Sep 14 07:34:56 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
* tao/TAO_Internal.cpp: When we can't find the service config file output a message that has error in it, so that the scoreboard parser also detects those errors
-rw-r--r--TAO/ChangeLog7
-rw-r--r--TAO/tao/TAO_Internal.cpp2
2 files changed, 8 insertions, 1 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 470c9a77256..2b65c18ed36 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,10 @@
+Wed Sep 14 07:34:56 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * tao/TAO_Internal.cpp:
+ When we can't find the service config file output a message that
+ has error in it, so that the scoreboard parser also detects those
+ errors
+
Wed Sep 7 18:07:24 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
* tao/CodecFactory/CodecFactory.h:
diff --git a/TAO/tao/TAO_Internal.cpp b/TAO/tao/TAO_Internal.cpp
index ca1d1fc3c01..30c2851c98b 100644
--- a/TAO/tao/TAO_Internal.cpp
+++ b/TAO/tao/TAO_Internal.cpp
@@ -834,7 +834,7 @@ namespace
errno = EINVAL;
ACE_ERROR_RETURN ((LM_ERROR,
- ACE_TEXT ("TAO (%P|%t) - Unable to open file <%s>")
+ ACE_TEXT ("TAO (%P|%t) - Error, unable to open file <%s>")
ACE_TEXT (", referenced by -ORBSvcConf option\n"),
current_arg),
-1);