diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/generic/server/business/bo/DataSetTable.java b/openbis/source/java/ch/systemsx/cisd/openbis/generic/server/business/bo/DataSetTable.java
index 4027668bb93ef657dd4a2420608a9112d66ba23c..fc3c1ef637d2fafd2ca6bd049f081c7fbc1e0bd9 100644
--- a/openbis/source/java/ch/systemsx/cisd/openbis/generic/server/business/bo/DataSetTable.java
+++ b/openbis/source/java/ch/systemsx/cisd/openbis/generic/server/business/bo/DataSetTable.java
@@ -832,7 +832,7 @@ public final class DataSetTable extends AbstractDataSetBusinessObject implements
                 archivingAction.execute(sessionToken, service, descriptions, userEmailOrNull);
             } catch (Exception e)
             {
-                operationLog.error("Operation failed for the following data sets failed: "
+                operationLog.error("Operation failed for the following data sets: "
                         + CollectionUtils.abbreviate(Code.extractCodes(datasets), 10), e);
                 clearPendingStatuses(datasets, iterator,
                         archivingAction.getStatusToRestoreOnFailure());