lib/fs: Use correct facility name
GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/4710
This commit is contained in:
@@ -170,7 +170,7 @@ func NewFilesystem(fsType FilesystemType, uri string) Filesystem {
|
||||
}
|
||||
}
|
||||
|
||||
if l.ShouldDebug("filesystem") {
|
||||
if l.ShouldDebug("fs") {
|
||||
fs = &logFilesystem{fs}
|
||||
}
|
||||
return fs
|
||||
|
||||
Reference in New Issue
Block a user