This makes ark less noisy in logs, since this message can be frequent and can be considered as info rather than a warning.
Warning log example :
ark.kerfuffle: Mimetype for filename extension ( "text/x-cmake" ) did not match mimetype for content ( "text/plain" ). Using content-based mimetype.
Details
Details
- Reviewers
elvisangelaccio - Group Reviewers
Ark - Commits
- R36:efe398981d5f: Lower the log level for when the mimeFromContent differed from MimeFromExtension
Diff Detail
Diff Detail
- Repository
- R36 Ark
- Branch
- arcpatch-D23599
- Lint
No Linters Available - Unit
No Unit Test Coverage - Build Status
Buildable 16042 Build 16060: arc lint + arc unit
Comment Actions
Hmm, this is categorized logging which means if you are seeing that message you have explicitly enabled ark logging.
That said, I can agree that qCWarning is maybe too much, but then I'd use qCDebug. We never use qCInfo in ark.