summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Mitz <mitza@objectcomputing.com>2020-06-16 12:53:07 -0500
committerGitHub <noreply@github.com>2020-06-16 12:53:07 -0500
commit7cf3f1283ef8a4901d8962e7f951ada8252288ce (patch)
treef7cb6cb889a25751b814c2955273877e74c8681c
parentae6be536342fb0b1e19edd37882a00dbc38d0610 (diff)
parent869843c1dcf946e383968d7d33b3451410918582 (diff)
downloadATCD-7cf3f1283ef8a4901d8962e7f951ada8252288ce.tar.gz
Merge pull request #1141 from mitza-oci/master
tao_idl: only write "processing <filename>" to stderr in verbose mode
-rw-r--r--TAO/TAO_IDL/tao_idl.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/tao_idl.cpp b/TAO/TAO_IDL/tao_idl.cpp
index a21592d926c..c8d9811e690 100644
--- a/TAO/TAO_IDL/tao_idl.cpp
+++ b/TAO/TAO_IDL/tao_idl.cpp
@@ -232,7 +232,8 @@ DRV_drive (const char *s)
// This option creates a single IDL file that includes all
// input files. The backend outputs their names individually.
- if (!idl_global->multi_file_input ())
+ if (!idl_global->multi_file_input () &&
+ (idl_global->compile_flags () & IDL_CF_INFORMATIVE))
{
// Filename set by FE_yyparse(), so we output it immediately after.
ACE_DEBUG ((LM_DEBUG,