changed misleading error message, no Issue
This commit is contained in:
@@ -162,7 +162,7 @@ Thumbnail* Thumbnail::loadQuickFromRaw (const Glib::ustring& fname, RawMetaDataL
|
|||||||
// did we succeed?
|
// did we succeed?
|
||||||
if ( err )
|
if ( err )
|
||||||
{
|
{
|
||||||
printf("loadfromMemory: error\n");
|
printf("Could not extract thumb from %s\n",fname.data());
|
||||||
delete img;
|
delete img;
|
||||||
delete ri;
|
delete ri;
|
||||||
return NULL;
|
return NULL;
|
||||||
|
Reference in New Issue
Block a user