diff --git a/common/source/java/ch/systemsx/cisd/common/process/FileRenamingCallable.java b/common/source/java/ch/systemsx/cisd/common/process/FileRenamingCallable.java
index 7f9c50824dffd99b7decd92402c0626ed16a301a..7dd583a02d53aee1687b4fb349f0d509339b401e 100644
--- a/common/source/java/ch/systemsx/cisd/common/process/FileRenamingCallable.java
+++ b/common/source/java/ch/systemsx/cisd/common/process/FileRenamingCallable.java
@@ -85,10 +85,9 @@ public final class FileRenamingCallable implements Callable<Boolean>
                 } catch (IOExceptionUnchecked ex)
                 {
                     // return value does the job
-                    operationLog
-                            .warn(String
-                                    .format("Exception on setting access during moving path '%s' to directory '%s' (attempt %d).",
-                                            sourceFile, destinationFile, ++failures), ex.getCause());
+                    operationLog.warn(String.format("Exception on setting access while moving "
+                            + "path '%s' to directory '%s' (attempt %d).", sourceFile,
+                            destinationFile, ++failures), ex.getCause());
                 }
             }
             if (renamed == false)