changed misleading error message, no Issue

This commit is contained in:
Ingo
2014-01-29 15:35:55 +01:00
parent a19355fe9f
commit 82698ff15f

View File

@@ -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;