mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Add more verbose message
This commit is contained in:
@@ -293,7 +293,7 @@ namespace SabreTools
|
|||||||
// If nothing is found, tell the user and exit
|
// If nothing is found, tell the user and exit
|
||||||
if (!sldr.HasRows)
|
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;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user