Changed message of warning
This commit is contained in:
parent
b905d3c51f
commit
864b317e4c
@ -171,7 +171,7 @@ class Import extends Module {
|
||||
|
||||
if (Import::server($newAlbumID, $file . '/', false)==='Warning: Folder empty or no readable files to process!') {
|
||||
$error = true;
|
||||
Log::error($database, __METHOD__, __LINE__, 'Could not import folder. Function returned error');
|
||||
Log::error($database, __METHOD__, __LINE__, 'Could not import folder. Function returned warning');
|
||||
continue;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user