mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
fix:(logs): add a missing category for one fatal log line
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
This commit is contained in:
parent
7774f575b8
commit
88f1fe1a9e
@ -382,7 +382,8 @@ bool ProcessDirectoryJob::handleExcluded(const QString &path, const Entries &ent
|
||||
case CSYNC_NOT_EXCLUDED:
|
||||
case CSYNC_FILE_SILENTLY_EXCLUDED:
|
||||
case CSYNC_FILE_EXCLUDE_AND_REMOVE:
|
||||
qFatal("These were handled earlier");
|
||||
qCFatal(lcDisco) << "These were handled earlier";
|
||||
break;
|
||||
case CSYNC_FILE_EXCLUDE_LIST:
|
||||
item->_errorString = tr("File is listed on the ignore list.");
|
||||
break;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user