Skip to content

Commit 489056b

Browse files
committed
Update logging statement
1 parent faf471b commit 489056b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

jsync-engine/src/main/java/com/fizzed/jsync/engine/JsyncEngine.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,8 +245,8 @@ public JsyncResult sync(VirtualFileSystem sourceVfs, String sourcePath, VirtualF
245245
this.excludeMatchers = VirtualPathMatchers.compile(this.excludes);
246246
this.ignoreMatchers = VirtualPathMatchers.compile(this.ignores);
247247

248-
log.debug("excludeMatchers: {}", this.excludeMatchers);
249-
log.debug("ignoreMatchers: {}", this.ignoreMatchers);
248+
log.debug("Using exclude matchers: {}", this.excludeMatchers);
249+
log.debug("Using ignore matchers: {}", this.ignoreMatchers);
250250

251251

252252
final long now = System.currentTimeMillis();

0 commit comments

Comments
 (0)