summaryrefslogtreecommitdiff
path: root/ace/Log_Record.cpp
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1998-02-14 02:38:21 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1998-02-14 02:38:21 +0000
commitad7141c0b26f8ab4603f5f1c113914037b36cab8 (patch)
tree96c9b24f4719613ea04aa1decf3ceb17f3e3f3c6 /ace/Log_Record.cpp
parent49c1bbf0b1b71024d9335437971c938570e92f68 (diff)
downloadATCD-ad7141c0b26f8ab4603f5f1c113914037b36cab8.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/Log_Record.cpp')
-rw-r--r--ace/Log_Record.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Log_Record.cpp b/ace/Log_Record.cpp
index 32b0fa1ff19..a2933f679dd 100644
--- a/ace/Log_Record.cpp
+++ b/ace/Log_Record.cpp
@@ -18,7 +18,7 @@ void
ACE_Log_Record::priority (u_long p)
{
ACE_TRACE ("ACE_Log_Record::priority");
- this->type_ = ACE::log2 (p);
+ this->type_ = p;
}
void