Browse Source

Changed message of warning

Tobias Reich 9 years ago
parent
commit
864b317e4c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      php/modules/Import.php

+ 1 - 1
php/modules/Import.php

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