Skip to content

Commit

Permalink
Improved logging for control files.
Browse files Browse the repository at this point in the history
  • Loading branch information
jumpmind-josh committed Aug 30, 2016
1 parent e62fcf9 commit a7b0158
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -139,7 +139,7 @@ public void onCtlFile(File file) {
File ctlFile = engine.getFileSyncService().getControleFile(file);

if (ctlFile.exists()) {
log.debug("Control file detected: {}", file.getAbsolutePath());
log.debug("Control file detected: {}", ctlFile.getAbsolutePath());
addSnapshot(file, LastEventType.CREATE);
}
}
Expand Down

0 comments on commit a7b0158

Please sign in to comment.