slightly more informative error log message

This commit is contained in:
Alberto Griggio
2017-03-05 09:52:32 +01:00
parent dd4fd82582
commit d40d806224

View File

@@ -238,7 +238,8 @@ PartialProfile *loadDynamicProfile(const ImageMetaData *im)
if (p != nullptr) {
p->applyTo(ret->pparams);
} else {
printf("ERROR loading matching profile\n");
printf("ERROR loading matching profile from: %s\n",
rule.profilepath.c_str());
}
}
}