*** empty log message *** expecco_2_6_0 expecco_2_6_0_45_windows_final expecco_2_6_0_49_windows_final expecco_2_6_0rc1 expecco_2_6_1 expecco_2_6_2
authorClaus Gittinger <cg@exept.de>
Thu, 12 Sep 2013 18:59:57 +0200
changeset 1323 87de5e3d1239
parent 1322 ac911ad60e88
child 1324 33d1519eb15c
*** empty log message ***
patches
--- a/patches	Fri Aug 30 11:07:31 2013 +0200
+++ b/patches	Thu Sep 12 18:59:57 2013 +0200
@@ -46,7 +46,7 @@
 		(file isDirectory not and:[file isReadable]) ifTrue:[
 		    Smalltalk splashInfo:('patches [info]: reading patchFile ''' , fn , '''...').
 		    AbortOperationRequest handle:[:ex |
-			Smalltalk splashInfo:('patches [info]: aborted patch ',f).
+			Smalltalk splashInfo:('patches [info]: aborted patch "',f,'" (',ex description,')').
 		    ] do:[
 			Smalltalk fileIn:fn.
 		    ].