summaryrefslogtreecommitdiff
path: root/ace/ACE.cpp
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2001-02-08 14:52:46 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2001-02-08 14:52:46 +0000
commit4036fbbe54fef852bc93504c99021bbe62939f4d (patch)
treed79f36f5b4b548ea2bedc80b87e47dccb6b05516 /ace/ACE.cpp
parent9c871081f0fe74a3e1261b1d8eb8ad5f80cd3250 (diff)
downloadATCD-4036fbbe54fef852bc93504c99021bbe62939f4d.tar.gz
ChangeLogTag:Thu Feb 8 00:34:57 2001 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
Diffstat (limited to 'ace/ACE.cpp')
-rw-r--r--ace/ACE.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/ACE.cpp b/ace/ACE.cpp
index efa44574b40..c18879c6f5a 100644
--- a/ace/ACE.cpp
+++ b/ace/ACE.cpp
@@ -488,7 +488,7 @@ ACE::basename (const ACE_TCHAR *pathname, ACE_TCHAR delim)
const ACE_TCHAR *
ACE::dirname (const ACE_TCHAR *pathname, ACE_TCHAR delim)
{
- ACE_TRACE ("ACE::basename");
+ ACE_TRACE ("ACE::dirname");
static ACE_TCHAR return_dirname[MAXPATHLEN + 1];
const ACE_TCHAR *temp = ACE_OS::strrchr (pathname, delim);