diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2008-10-30 12:17:36 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2008-10-30 12:17:36 +0000 |
commit | c39ec79a73c7d4ac19baa92a4ee5c24793bcf40c (patch) | |
tree | 88f1544b80831d9ab6c441d8f6e6f7a0c3a9a066 /TAO/tao/PortableServer | |
parent | 1996e5a3541069527c308b0fe8b2cbd7fdad81b0 (diff) | |
download | ATCD-c39ec79a73c7d4ac19baa92a4ee5c24793bcf40c.tar.gz |
Thu Oct 30 12:17:00 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/PortableServer')
-rw-r--r-- | TAO/tao/PortableServer/Operation_Table_Perfect_Hash.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/PortableServer/Operation_Table_Perfect_Hash.cpp b/TAO/tao/PortableServer/Operation_Table_Perfect_Hash.cpp index b3924ed60a5..25e30a1999e 100644 --- a/TAO/tao/PortableServer/Operation_Table_Perfect_Hash.cpp +++ b/TAO/tao/PortableServer/Operation_Table_Perfect_Hash.cpp @@ -76,8 +76,8 @@ TAO_Perfect_Hash_OpTable::find (const char *opname, skelfunc = 0; // insure that somebody can't call a wrong function! ACE_ERROR_RETURN ((LM_ERROR, ACE_TEXT ("TAO_Perfect_Hash_OpTable:find for ") - ACE_TEXT ("operation '%s' (length=%d) failed\n"), - ACE_TEXT_CHAR_TO_TCHAR (opname ? opname : "<null string>"), length), + ACE_TEXT ("operation '%C' (length=%d) failed\n"), + opname ? opname : "<null string>", length), -1); } |