summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2004-11-12 12:39:25 +0000
committerbala <balanatarajan@users.noreply.github.com>2004-11-12 12:39:25 +0000
commitd28d3031ddd432ccdbcd49a4098275845f3b198b (patch)
treee751be33c13a60d8ff5b6c209d5769dd42dfbb0b
parentb8588db0752e9ede07e0e94e6d63fbd05e21e291 (diff)
downloadATCD-d28d3031ddd432ccdbcd49a4098275845f3b198b.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog10
1 files changed, 5 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 73b350a253b..12675675f84 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -56,11 +56,11 @@ Thu Nov 11 15:56:00 2004 Gary Maxey <gary.maxey@hp.com>
Thu Nov 11 17:27:24 2004 Kobi Cohen-Arazi <kobi.cohenarazi@gmail.com>
* ace/Logging_Strategy.cpp:
- Fixed handle_timeout conditional test to check the max_size against the size of the
- file and not the value of a pointer.
- Fix init to handle re-init correctly. When wipeout_logfile_ is true, than
- close the file and reopen it truncated, when wipeout_logfile_ is false, don't reopen the
- file unless its not open already.
+ Fixed handle_timeout conditional test to check the max_size
+ against the size of the file and not the value of a pointer. Fix
+ init to handle re-init correctly. When wipeout_logfile_ is true,
+ than close the file and reopen it truncated, when wipeout_logfile_
+ is false, don't reopen the file unless its not open already.
Thu Nov 11 08:34:12 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>