Changed message of warning

This commit is contained in:
Tobias Reich 2014-07-23 21:23:33 +02:00
parent b905d3c51f
commit 864b317e4c

View File

@ -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;
}