Skip to content
Snippets Groups Projects
Commit fcdf45a7 authored by felmer's avatar felmer
Browse files

error in error message fixed.

SVN: 26367
parent 92f2b005
No related branches found
No related tags found
No related merge requests found
...@@ -832,7 +832,7 @@ public final class DataSetTable extends AbstractDataSetBusinessObject implements ...@@ -832,7 +832,7 @@ public final class DataSetTable extends AbstractDataSetBusinessObject implements
archivingAction.execute(sessionToken, service, descriptions, userEmailOrNull); archivingAction.execute(sessionToken, service, descriptions, userEmailOrNull);
} catch (Exception e) } 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); + CollectionUtils.abbreviate(Code.extractCodes(datasets), 10), e);
clearPendingStatuses(datasets, iterator, clearPendingStatuses(datasets, iterator,
archivingAction.getStatusToRestoreOnFailure()); archivingAction.getStatusToRestoreOnFailure());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment