diff options
author | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-04-14 00:27:28 +0000 |
---|---|---|
committer | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-04-14 00:27:28 +0000 |
commit | a6845eb2dcc0b863ac1ddb7f2a9d4843aef107f7 (patch) | |
tree | 12886736e8ff93dd95a31c049c2c1118ae3a1dc2 /ace/DEV_Connector.i | |
parent | c8f41cba1b6ee05123372410b8e768627971985a (diff) | |
download | ATCD-a6845eb2dcc0b863ac1ddb7f2a9d4843aef107f7.tar.gz |
More UNICODE changes.
Diffstat (limited to 'ace/DEV_Connector.i')
-rw-r--r-- | ace/DEV_Connector.i | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/DEV_Connector.i b/ace/DEV_Connector.i index 53c05674f90..8b6f634e2ac 100644 --- a/ace/DEV_Connector.i +++ b/ace/DEV_Connector.i @@ -18,8 +18,8 @@ ACE_DEV_Connector::ACE_DEV_Connector (ACE_DEV_IO &new_io, if (this->connect (new_io, remote_sap, timeout, local_sap, reuse_addr, flags, perms) == ACE_IO_SAP::INVALID_HANDLE && timeout != 0 && !(errno == EWOULDBLOCK || errno == ETIME)) - ACE_ERROR ((LM_ERROR, "address %s, %p\n", - remote_sap.get_path_name (), "ACE_DEV_IO")); + ACE_ERROR ((LM_ERROR, ASYS_TEXT ("address %s, %p\n"), + remote_sap.get_path_name (), ASYS_TEXT ("ACE_DEV_IO"))); } inline int |