diff --git a/src/base/filesystemwatcher.cpp b/src/base/filesystemwatcher.cpp index b5f9b2308..1ed41c0c9 100644 --- a/src/base/filesystemwatcher.cpp +++ b/src/base/filesystemwatcher.cpp @@ -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); }