Add warnings and clean up errors

This commit is contained in:
Matt Nadareski
2016-03-30 14:18:37 -07:00
parent b35d1c0367
commit 745a4c63c2
2 changed files with 7 additions and 7 deletions

View File

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