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 2013/03/26 15:15:20 UTC

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

Author: cwiklik
Date: Tue Mar 26 14:15:20 2013
New Revision: 1461144

URL: http://svn.apache.org/r1461144
Log:
UIMA-2651 fixed message template

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=1461144&r1=1461143&r2=1461144&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 Tue Mar 26 14:15:20 2013
@@ -26,7 +26,7 @@ UIMAEE_retrieve_flow_object__FINEST = Co
 UIMAEE_retrieved_flow_object_ok__FINEST = Controller:{0} Retrieved Flow Object For CAS with Reference: {1}
 UIMAEE_new_flow_object__FINEST = Computing New Flow Object For CAS with Reference Id: {0}
 UIMAEE_next_step__FINEST = Executing Next Step For CAS with Reference Id: {0}. Sending Process Request To Delegate: {1}
-UIMAEE_final_step__FINEST = Completed Processing CAS with Reference Id: {0}. Time Spent in Anotator: {1}
+UIMAEE_final_step__FINEST = Controller: {0} Completed Processing CAS with Reference Id: {1}. Time Spent in Annotator: {2}
 UIMAEE_final_step_show_internal_stats__FINEST = Controller: {0} Final Step::FlowMap Size:{1} InProcessCache Size:{2} OriginMap Size:{3} StatsMap Size:{4}
 UIMAEE_merge_ts_from_delegate__CONFIG = Merging Typesystem From Delegate: {0}
 UIMAEE_all_ts_merged__CONFIG = All Typesystems Have Been Merged
@@ -256,4 +256,4 @@ UIMAEE_process_thread_exiting__INFO=Cont
 UIMAEE_ae_instance_destroy_called__INFO=Controller: {0} --------------- AE destroy() Method Call Returned ID:{1}
 UIMAEE_uncaught_error_WARNING=Controller: {0} Handling uncaught Throwable. Stack trace:\n {1}
 UIMAEE_terminal_error_WARNING=Controller:{0} Exiting via System.exit(2) Due to unrecoverable error
-
+UIMAEE_drop_cas_debug_FINEST=Controller:{0} Drop:{1} CAS:{2} ReplyReceived:{3}