Minor logging and fixes

This commit is contained in:
Matt Nadareski
2016-04-23 00:29:48 -07:00
parent 2655aa12da
commit fdf6047f21
2 changed files with 13 additions and 9 deletions

View File

@@ -75,9 +75,9 @@ namespace SabreTools
public bool Process()
{
// Check if there are enough inputs
if (_inputs.Count < 0)
if (_inputs.Count < 2)
{
_logger.Warning("At least inputs are required!");
_logger.Warning("At least 2 inputs are required!");
return false;
}