summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/IFR_Service/be_produce.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/IFR_Service/be_produce.cpp')
-rw-r--r--TAO/orbsvcs/IFR_Service/be_produce.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/TAO/orbsvcs/IFR_Service/be_produce.cpp b/TAO/orbsvcs/IFR_Service/be_produce.cpp
index 79b85bd6728..3590aaad0f8 100644
--- a/TAO/orbsvcs/IFR_Service/be_produce.cpp
+++ b/TAO/orbsvcs/IFR_Service/be_produce.cpp
@@ -175,8 +175,7 @@ BE_produce (void)
ORBSVCS_ERROR ((
LM_ERROR,
ACE_TEXT ("(%N:%l) BE_produce -")
- ACE_TEXT (" failed to accept removing visitor\n")
- ));
+ ACE_TEXT (" failed to accept removing visitor\n")));
BE_abort ();
}
@@ -192,8 +191,7 @@ BE_produce (void)
ORBSVCS_ERROR ((
LM_ERROR,
ACE_TEXT ("(%N:%l) BE_produce -")
- ACE_TEXT (" failed to accept adding visitor\n")
- ));
+ ACE_TEXT (" failed to accept adding visitor\n")));
BE_abort ();
}