diff --git a/src/core/colorquantizer.cpp b/src/core/colorquantizer.cpp index 9f443b81..6cfb05db 100644 --- a/src/core/colorquantizer.cpp +++ b/src/core/colorquantizer.cpp @@ -47,7 +47,7 @@ void ColorQuantizerOperation::quantizeImage(const QAtomicInteger& shouldCa } if (image.isNull()) { - qCWarning(logColorQuantizer) << "Failed to load image from" << source; + qCWarning(logColorQuantizer) << "Failed to load image from" << source->toString(); return; }