Begin delete command implementation

This commit is contained in:
2019-04-07 20:22:20 +02:00
parent 1b896cbb2a
commit db499fb4b3
9 changed files with 152 additions and 3 deletions

View File

@@ -183,7 +183,7 @@ int CommandAdd::handle(QStringList arguments)
{
if(result == SKIPPED)
{
qDebug() << "SKIPPED" << path << "as it already exists in the database";
qDebug() << "Skipped" << path << "as it already exists in the database";
}
else
{