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:
Matthieu Gallien 2025-08-28 16:04:25 +02:00
parent 7774f575b8
commit 88f1fe1a9e
No known key found for this signature in database
GPG Key ID: 7D0F74F05C22F553

View File

@ -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;