Skip to content

Commit f2fc1a6

Browse files
committed
chore(logs): add an expliit log entry for teh permissions test
Signed-off-by: Matthieu Gallien <[email protected]>
1 parent 35c2f0a commit f2fc1a6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/gui/folderwatcher.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,8 @@ void FolderWatcher::performSetPermissionsTest(const QString &path)
138138
_canSetPermissions = false;
139139
}
140140

141+
qCInfo(lcFolderWatcher()) << "Permissions in file system for" << path << (_canSetPermissions ? "works as expected" : "are not reliable");
142+
141143
QFile(path).remove();
142144
}
143145

0 commit comments

Comments
 (0)