*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Wed, 26 Sep 2012 20:38:43 +0200
changeset 1257 81a3f9be6274
parent 1256 57adb4a406ed
child 1258 59c28c3521fb
*** empty log message ***
patches
--- a/patches	Wed Sep 26 18:40:53 2012 +0200
+++ b/patches	Wed Sep 26 20:38:43 2012 +0200
@@ -46,6 +46,7 @@
 		(file isDirectory not and:[file isReadable]) ifTrue:[
 		    Smalltalk splashInfo:('patches [info]: reading patchFile ''' , fn , '''...').
 		    AbortOperationRequest handle:[:ex |
+			('patches [info] aborted patch ',f) printCR.
 		    ] do:[
 			Smalltalk fileIn:fn.
 		    ].