Add more verbose message

This commit is contained in:
Matt Nadareski
2016-04-04 19:05:07 -07:00
parent 1d00ea3bea
commit 89c9e08244

View File

@@ -293,7 +293,7 @@ namespace SabreTools
// If nothing is found, tell the user and exit
if (!sldr.HasRows)
{
_logger.Error("No suitable system for '" + filename + "' found! Please add the system and then try again.");
_logger.Error("No suitable system for '" + filename + "' (" + manufacturer + " " + system + ") found! Please add the system and then try again.");
return false;
}