diff --git a/DATabase/Core/Import.cs b/DATabase/Core/Import.cs index 9f2413bb..15251b60 100644 --- a/DATabase/Core/Import.cs +++ b/DATabase/Core/Import.cs @@ -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; }