diff --git a/src/imageformats/tga.cpp b/src/imageformats/tga.cpp index f74e537..d08f056 100644 --- a/src/imageformats/tga.cpp +++ b/src/imageformats/tga.cpp @@ -1344,7 +1344,7 @@ bool TGAHandler::canRead(QIODevice *device) TgaHeader tga; if (!peekHeader(device, tga)) { - qCWarning(LOG_TGAPLUGIN) << "TGAHandler::canRead() error while reading the header"; + qCDebug(LOG_TGAPLUGIN) << "TGAHandler::canRead() error while reading the header"; return false; }