diff options
author | brunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-03-04 00:55:32 +0000 |
---|---|---|
committer | brunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-03-04 00:55:32 +0000 |
commit | 5d39a8906b66bef09613fb9651cc070bb01b29a6 (patch) | |
tree | 21940e84f154c881896f933dd3bc974ed67cf2f0 /ace/Lib_Find.cpp | |
parent | 3b3c3d425a7fad3f2dff986629d8317961d3b08a (diff) | |
download | ATCD-5d39a8906b66bef09613fb9651cc070bb01b29a6.tar.gz |
ChangeLogTag:Sat Mar 3 16:47:53 2001 Darrell Brunsch <brunsch@uci.edu>
Diffstat (limited to 'ace/Lib_Find.cpp')
-rw-r--r-- | ace/Lib_Find.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Lib_Find.cpp b/ace/Lib_Find.cpp index edda500268a..51765c1cb93 100644 --- a/ace/Lib_Find.cpp +++ b/ace/Lib_Find.cpp @@ -539,7 +539,7 @@ ACE_Lib_Find::strsplit_r (wchar_t *str, size_t ACE_Lib_Find::strrepl (wchar_t *s, wchar_t search, wchar_t replace) { - ACE_TRACE ("ACE::strrepl"); + ACE_TRACE ("ACE_Lib_Find::strrepl"); size_t replaced = 0; |