patches
changeset 1323 87de5e3d1239
parent 1259 dddef15229b7
child 1327 2873937bb6c0
--- 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.
 		    ].