We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a7c420 commit b879261Copy full SHA for b879261
1 file changed
Sources/NextcloudFileProviderKit/Utilities/LocalFiles.swift
@@ -58,7 +58,7 @@ public func isLockFileName(_ filename: String) -> Bool {
58
/// - Returns: Either the original file name parsed from the given lock file name or `nil`, if it is not a recognized lock file format.
59
///
60
public func originalFileName(fromLockFileName lockFilename: String, dbManager: FilesDatabaseManager) -> String? {
61
- let logger = FileProviderLogger(category: "localfileutils", log: dbManager.logger.log)
+ let logger = FileProviderLogger(category: "LocalFiles", log: dbManager.logger.log)
62
logger.debug("Called originalFileName with lock filename: \(lockFilename)")
63
64
var targetFileSuffix = lockFilename
0 commit comments