summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL')
-rw-r--r--TAO/TAO_IDL/driver/drv_preproc.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/TAO/TAO_IDL/driver/drv_preproc.cpp b/TAO/TAO_IDL/driver/drv_preproc.cpp
index f23ea5c2d7d..e6de7325526 100644
--- a/TAO/TAO_IDL/driver/drv_preproc.cpp
+++ b/TAO/TAO_IDL/driver/drv_preproc.cpp
@@ -1132,13 +1132,12 @@ DRV_pre_proc (const char *myfile)
// Rename temporary files so that they have extensions accepted
// by the preprocessor.
-
FILE * const file = ACE_OS::fopen (myfile, "r");
if (file == 0)
{
ACE_ERROR ((LM_ERROR,
- "%C: Unable to open file : %p\n",
+ "%C: ERROR: Unable to open file : %p\n",
idl_global->prog_name (),
myfile));