[IMaterial] Adjust missing techset message

This commit is contained in:
momo5502 2017-05-04 12:30:39 +02:00
parent 66bf02ba43
commit 9bf36c2c77

View File

@ -83,7 +83,7 @@ namespace Assets
if (!asset->techniqueSet) if (!asset->techniqueSet)
{ {
Components::Logger::Error("Techset '%s' not found!", techset.data()); Components::Logger::Error("Missing techset: '%s' not found", techset.data());
} }
} }