This commit is contained in:
James Cole
2017-09-03 18:19:58 +02:00
parent 78c8680300
commit f2446d46aa
2 changed files with 2 additions and 2 deletions

View File

@@ -226,7 +226,7 @@ class ImportStorage
return false;
}
}
Log::debug('There already is a transfer imported with these properties. Compare existing with new. ', ['existing' => $transfer, 'new' => $parameters]);
Log::error('There already is a transfer imported with these properties. Compare existing with new. ', ['existing' => $transfer, 'new' => $parameters]);
return true;
}