You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by cw...@apache.org on 2011/03/04 22:44:57 UTC

svn commit: r1078152 - /uima/uima-as/trunk/uimaj-as-core/src/main/resources/uimaee_messages.properties

Author: cwiklik
Date: Fri Mar  4 21:44:57 2011
New Revision: 1078152

URL: http://svn.apache.org/viewvc?rev=1078152&view=rev
Log:
UIMA-2084 Added new key to log service state

Modified:
    uima/uima-as/trunk/uimaj-as-core/src/main/resources/uimaee_messages.properties

Modified: uima/uima-as/trunk/uimaj-as-core/src/main/resources/uimaee_messages.properties
URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/uimaj-as-core/src/main/resources/uimaee_messages.properties?rev=1078152&r1=1078151&r2=1078152&view=diff
==============================================================================
--- uima/uima-as/trunk/uimaj-as-core/src/main/resources/uimaee_messages.properties (original)
+++ uima/uima-as/trunk/uimaj-as-core/src/main/resources/uimaee_messages.properties Fri Mar  4 21:44:57 2011
@@ -243,5 +243,6 @@ UIMAEE_service_sending_getmeta_request__
 UIMAEE_service_sending_process_request__FINE = Controller: {0} Sending Process Request to Delegate: {1}
 UIMAEE_service_sending_release_cas_request__FINE = Controller: {0} Sending Release CAS Request to Delegate: {1}
 UIMAEE_service_sending_stop_request__FINE = Controller: {0} Sending STOP Request to Delegate: {1}
-UIMAEE_service_delivery_exception__WARNING = Controller: {0} Failed To Send Message to Delegate: {1}
-UIMAEE_service_delivery_to_client_exception__WARNING = Controller: {0} Failed To Send Message to Clients Queue: {1}
\ No newline at end of file
+UIMAEE_service_delivery_exception__WARNING = Controller: {0} Failed To Send Message to Delegates {1} Queue: {2}
+UIMAEE_service_delivery_to_client_exception__WARNING = Controller: {0} Failed To Send Message to Clients Queue: {1}
+UIMAEE_service_state__INFO={0}
\ No newline at end of file