Skip to content
Snippets Groups Projects
Commit 9ef25f9d authored by buczekp's avatar buczekp
Browse files

[DMV-39] minor: coherent logging message

SVN: 14674
parent e0fc264e
No related branches found
No related tags found
No related merge requests found
...@@ -295,8 +295,8 @@ public final class LocalProcessor implements IPathHandler, IRecoverableTimerTask ...@@ -295,8 +295,8 @@ public final class LocalProcessor implements IPathHandler, IRecoverableTimerTask
// transformation step // transformation step
if (transformatorOrNull != null) if (transformatorOrNull != null)
{ {
operationLog.info(String operationLog.info(String.format("STARTED_TRANSFORMATION '%s'", path
.format("START_TRANSFORMATION '%s'", path.getAbsolutePath())); .getAbsolutePath()));
Status transformationStatus = transformatorOrNull.transform(path); Status transformationStatus = transformatorOrNull.transform(path);
if (transformationStatus.isError()) if (transformationStatus.isError())
{ {
......
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