tng         2002/12/06 08:37:12

  Modified:    c/src/xercesc/util/MsgLoaders/ICU/resources en_US.txt
  Log:
  Fix the error messages thrown from net accessor module.
  
  Revision  Changes    Path
  1.7       +7 -6      xml-xerces/c/src/xercesc/util/MsgLoaders/ICU/resources/en_US.txt
  
  Index: en_US.txt
  ===================================================================
  RCS file: 
/home/cvs/xml-xerces/c/src/xercesc/util/MsgLoaders/ICU/resources/en_US.txt,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- en_US.txt 28 Nov 2002 20:35:12 -0000      1.6
  +++ en_US.txt 6 Dec 2002 16:37:12 -0000       1.7
  @@ -472,13 +472,14 @@
                "Could not lock mutex " ,
                "Could not unlock mutex " ,
                "Could not destroy mutex " ,
  -             "Error on {0} NetAccessor. Msg: {1} " ,
  -             "The NetAccessor could not be initialized. Error={0} " ,
  +             "Internal Error on NetAccessor " ,
  +             "Error on NetAccessor. Cannot determine length of remote file " ,
  +             "The NetAccessor could not be initialized. " ,
                "The host/address '{0}' could not be resolved " ,
  -             "Could not create the socket for URL '{0}'. Error={1} " ,
  -             "Could not connect to the socket for URL '{0}'. Error={1} " ,
  -             "Could not write to the socket. Error={0} " ,
  -             "Could not read from the socket. Error={0} " ,
  +             "Could not create the socket for URL '{0}' " ,
  +             "Could not connect to the socket for URL '{0}' " ,
  +             "Could not write to the socket for URL '{0}' " ,
  +             "Could not read from the socket for URL '{0}' " ,
                "The element {0} already exists " ,
                "Hashing the key returned an invalid bad hash value " ,
                "The passed id is not valid for this pool " ,
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to