diff options
author | jtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2005-06-12 21:53:31 +0000 |
---|---|---|
committer | jtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2005-06-12 21:53:31 +0000 |
commit | 17d0a24c8409e9de2df3fcb7d60da87f79d7b058 (patch) | |
tree | 224412001610034f5a88a53f3b7571c08c31843c /ace/Logging_Strategy.cpp | |
parent | e94e75e1fa482b460502f16c6d4fcf6095e0ba97 (diff) | |
download | ATCD-17d0a24c8409e9de2df3fcb7d60da87f79d7b058.tar.gz |
ChangeLogTag: Sun Jun 12 14:53:33 2005 J.T. Conklin <jtc@acorntoolworks.com>
Diffstat (limited to 'ace/Logging_Strategy.cpp')
-rw-r--r-- | ace/Logging_Strategy.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Logging_Strategy.cpp b/ace/Logging_Strategy.cpp index ca69a76ae80..bfbe70d2e6b 100644 --- a/ace/Logging_Strategy.cpp +++ b/ace/Logging_Strategy.cpp @@ -183,7 +183,7 @@ ACE_Logging_Strategy::parse_args (int argc, ACE_TCHAR *argv[]) case 'm': // Maximum logfile size (in KB). Must be a non-zero value. this->max_size_ = ACE_OS::strtoul (get_opt.opt_arg (), 0, 10); - this->max_size_ <<= 10; // convert to KB + this->max_size_ <<= 10; // convert from KB to bytes. break; case 'n': delete [] this->program_name_; |