mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-12-23 09:01:08 +03:00
[FIX] Отключен лог DirWatcher
This commit is contained in:
parent
1cc727239d
commit
b16cd0cc67
1 changed files with 0 additions and 1 deletions
|
@ -122,7 +122,6 @@ private void processKey(WatchKey key) throws IOException {
|
||||||
// Resolve paths and verify is not exclusion
|
// Resolve paths and verify is not exclusion
|
||||||
Path path = watchDir.resolve((Path) event.context());
|
Path path = watchDir.resolve((Path) event.context());
|
||||||
Deque<String> stringPath = toPath(dir.relativize(path));
|
Deque<String> stringPath = toPath(dir.relativize(path));
|
||||||
LogHelper.debug("DirWatcher event %s", String.join("/", stringPath));
|
|
||||||
if (matcher != null && !matcher.shouldVerify(stringPath))
|
if (matcher != null && !matcher.shouldVerify(stringPath))
|
||||||
continue; // Exclusion; should not be verified
|
continue; // Exclusion; should not be verified
|
||||||
// Verify is REALLY modified (not just attributes)
|
// Verify is REALLY modified (not just attributes)
|
||||||
|
|
Loading…
Reference in a new issue