Skip to content
Snippets Groups Projects
Commit 59a72072 authored by buczekp's avatar buczekp
Browse files

[LMS-2132] minor: improved error log message

SVN: 20865
parent f509963e
No related branches found
No related tags found
No related merge requests found
......@@ -334,7 +334,7 @@ public abstract class AbstractOmniscientTopLevelDataSetRegistrator<T extends Dat
sb.append(getGlobalState().getValidationScriptOrNull());
sb.append("] found errors in incoming data set [");
sb.append(incomingDataSetFile);
sb.append("]:");
sb.append("]:\n");
for (ValidationError error : validationErrors)
{
sb.append("\t");
......
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