mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Minor logging and fixes
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user