Skip to content

Commit 6f774af

Browse files
committed
core/colorquant: print image source url vs pointer on err
1 parent 5703fba commit 6f774af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/colorquantizer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ void ColorQuantizerOperation::quantizeImage(const QAtomicInteger<bool>& shouldCa
4747
}
4848

4949
if (image.isNull()) {
50-
qCWarning(logColorQuantizer) << "Failed to load image from" << source;
50+
qCWarning(logColorQuantizer) << "Failed to load image from" << source->toString();
5151
return;
5252
}
5353

0 commit comments

Comments
 (0)