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

DMV-38 Logger name changed

SVN: 13306
parent 010a1ae3
No related branches found
No related tags found
No related merge requests found
...@@ -56,10 +56,10 @@ public final class DataMover ...@@ -56,10 +56,10 @@ public final class DataMover
{ {
private static final Logger operationLog = private static final Logger operationLog =
LogFactory.getLogger(LogCategory.OPERATION, FaultyPathDirectoryScanningHandler.class); LogFactory.getLogger(LogCategory.OPERATION, DataMover.class);
private static final Logger machineLog = private static final Logger machineLog =
LogFactory.getLogger(LogCategory.MACHINE, FaultyPathDirectoryScanningHandler.class); LogFactory.getLogger(LogCategory.MACHINE, DataMover.class);
private final static String LOCAL_COPY_IN_PROGRESS_DIR = "copy-in-progress"; private final static String LOCAL_COPY_IN_PROGRESS_DIR = "copy-in-progress";
......
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