Skip to content
Snippets Groups Projects
Commit 6da49ed8 authored by tpylak's avatar tpylak
Browse files

dmv: when data completion script returns 1 it's not an error, issue a warning

SVN: 12081
parent e58f956a
No related branches found
No related tags found
No related merge requests found
......@@ -167,7 +167,7 @@ public class DataCompletedFilter implements IStoreItemFilter
conditionalNotificationLog.log(LogLevel.INFO, message);
} else
{
conditionalNotificationLog.log(LogLevel.ERROR, message);
conditionalNotificationLog.log(LogLevel.WARN, message);
}
result.log();
lastProcessResult = result;
......
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