tng 2002/12/06 08:36:10 Modified: c/src/xercesc/NLS/EN_US XMLErrList_EN_US.Xml Log: Fix the error messages thrown from net accessor module. Revision Changes Path 1.17 +7 -6 xml-xerces/c/src/xercesc/NLS/EN_US/XMLErrList_EN_US.Xml Index: XMLErrList_EN_US.Xml =================================================================== RCS file: /home/cvs/xml-xerces/c/src/xercesc/NLS/EN_US/XMLErrList_EN_US.Xml,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- XMLErrList_EN_US.Xml 28 Nov 2002 20:29:24 -0000 1.16 +++ XMLErrList_EN_US.Xml 6 Dec 2002 16:36:10 -0000 1.17 @@ -471,13 +471,14 @@ <Message Id="Mutex_CouldNotLock" Text="Could not lock mutex"/> <Message Id="Mutex_CouldNotUnlock" Text="Could not unlock mutex"/> <Message Id="Mutex_CouldNotDestroy" Text="Could not destroy mutex"/> - <Message Id="NetAcc_InternalError" Text="Error on {0} NetAccessor. Msg: {1}"/> - <Message Id="NetAcc_InitFailed" Text="The NetAccessor could not be initialized. Error={0}"/> + <Message Id="NetAcc_InternalError" Text="Internal Error on NetAccessor"/> + <Message Id="NetAcc_LengthError" Text="Error on NetAccessor. Cannot determine length of remote file"/> + <Message Id="NetAcc_InitFailed" Text="The NetAccessor could not be initialized."/> <Message Id="NetAcc_TargetResolution" Text="The host/address '{0}' could not be resolved"/> - <Message Id="NetAcc_CreateSocket" Text="Could not create the socket for URL '{0}'. Error={1}"/> - <Message Id="NetAcc_ConnSocket" Text="Could not connect to the socket for URL '{0}'. Error={1}"/> - <Message Id="NetAcc_WriteSocket" Text="Could not write to the socket. Error={0}"/> - <Message Id="NetAcc_ReadSocket" Text="Could not read from the socket. Error={0}"/> + <Message Id="NetAcc_CreateSocket" Text="Could not create the socket for URL '{0}'"/> + <Message Id="NetAcc_ConnSocket" Text="Could not connect to the socket for URL '{0}'"/> + <Message Id="NetAcc_WriteSocket" Text="Could not write to the socket for URL '{0}'"/> + <Message Id="NetAcc_ReadSocket" Text="Could not read from the socket for URL '{0}'"/> <Message Id="Pool_ElemAlreadyExists" Text="The element {0} already exists"/> <Message Id="Pool_BadHashFromKey" Text="Hashing the key returned an invalid bad hash value"/> <Message Id="Pool_InvalidId" Text="The passed id is not valid for this pool"/>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]