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

test fixed

SVN: 20875
parent 93932d90
No related branches found
No related tags found
No related merge requests found
......@@ -307,7 +307,7 @@ public abstract class AbstractArchiverProcessingPlugin extends AbstractDatastore
statuses = doUnarchive(datasets, context);
} catch (Throwable t)
{
String errorMessage = "Unarchiving failed :" + t.getMessage();
String errorMessage = "Unarchiving failed: " + t.getMessage();
operationLog.error(errorMessage, t);
Status errorStatus = Status.createError(errorMessage);
statuses = createStatuses(errorStatus, datasets, Operation.UNARCHIVE);
......
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