[Minor] additional logger

This commit is contained in:
Robert von Burg 2013-12-25 17:40:42 +01:00
parent 0879db1152
commit edce1aaba4
1 changed files with 1 additions and 0 deletions

View File

@ -68,6 +68,7 @@ public final class RuntimeMock {
}
if (rootPathF.exists()) {
logger.info("Deleting all files in " + rootPathF.getAbsolutePath()); //$NON-NLS-1$
if (!FileHelper.deleteFile(rootPathF, true)) {
String msg = "Failed to delete {0}"; //$NON-NLS-1$
msg = MessageFormat.format(msg, rootPathF.getAbsolutePath());