Improve error message.

This commit is contained in:
chriseth 2016-09-05 17:11:23 +02:00
parent 4134834ff3
commit bf3f45c948

View File

@ -165,7 +165,7 @@ void CompilerUtils::encodeToMemory(
t->mobileType() &&
t->mobileType()->interfaceType(_encodeAsLibraryTypes) &&
t->mobileType()->interfaceType(_encodeAsLibraryTypes)->encodingType(),
"Encoding type " + t->toString() + " not yet implemented."
"Encoding type \"" + t->toString() + "\" not yet implemented."
);
t = t->mobileType()->interfaceType(_encodeAsLibraryTypes)->encodingType();
}