forked from quickshell/quickshell
core/colorquant: print image source url vs pointer on err
This commit is contained in:
parent
5703fbae21
commit
6f774af11e
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ void ColorQuantizerOperation::quantizeImage(const QAtomicInteger<bool>& shouldCa
|
|||
}
|
||||
|
||||
if (image.isNull()) {
|
||||
qCWarning(logColorQuantizer) << "Failed to load image from" << source;
|
||||
qCWarning(logColorQuantizer) << "Failed to load image from" << source->toString();
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue