mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
Fix typo
This commit is contained in:
parent
ea7eb7c0ec
commit
1876dbd523
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ void FileSystemWatcher::addPath(const QString &path)
|
|||
#endif
|
||||
|
||||
// Normal mode
|
||||
qDebug("FS Watching is watching %s in normal mode", qUtf8Printable(path));
|
||||
qDebug("FS Watcher is watching %s in normal mode", qUtf8Printable(path));
|
||||
QFileSystemWatcher::addPath(path);
|
||||
scanLocalFolder(path);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue