diff options
author | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-07-18 22:48:21 +0000 |
---|---|---|
committer | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-07-18 22:48:21 +0000 |
commit | eafd46be08358d7b8c8e0c7f4a847169b0480f54 (patch) | |
tree | add38d5ee6b48f04cb6f956303c1b894204496d0 /TAO/orbsvcs/IFR_Service/drv_preproc_ifr.cpp | |
parent | 0a88c9e1b057f657ebdda903725628bb98ac0c6b (diff) | |
download | ATCD-eafd46be08358d7b8c8e0c7f4a847169b0480f54.tar.gz |
ChangeLogTag: Wed Jul 18 17:44:56 2001 Jeff Parsons <parsons@cs.wustl.edu>
Diffstat (limited to 'TAO/orbsvcs/IFR_Service/drv_preproc_ifr.cpp')
-rw-r--r-- | TAO/orbsvcs/IFR_Service/drv_preproc_ifr.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/TAO/orbsvcs/IFR_Service/drv_preproc_ifr.cpp b/TAO/orbsvcs/IFR_Service/drv_preproc_ifr.cpp index 7345a690fa5..974286915c1 100644 --- a/TAO/orbsvcs/IFR_Service/drv_preproc_ifr.cpp +++ b/TAO/orbsvcs/IFR_Service/drv_preproc_ifr.cpp @@ -602,6 +602,7 @@ DRV_pre_proc (const char *myfile) ACE_Log_Msg *out = ACE_Log_Msg::instance (); out->msg_ostream (&cout); out->clr_flags (ACE_Log_Msg::STDERR); + out->set_flags (ACE_Log_Msg::OSTREAM); while ((bytes = ACE_OS::fread (buffer, sizeof (char), |