summaryrefslogtreecommitdiff
path: root/ace/ACE.cpp
diff options
context:
space:
mode:
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);