소스 검색

Minor - add error_log #2214

jmontoyaa 7 년 전
부모
커밋
127c006e93
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      main/install/update-files-1.10.0-1.11.0.inc.php

+ 2 - 2
main/install/update-files-1.10.0-1.11.0.inc.php

@@ -57,10 +57,10 @@ if (defined('SYSTEM_INSTALLATION')) {
             if (!$success) {
                 error_log('Could not delete '.$entity.', probably due to permissions. Please delete manually to avoid entities inconsistencies');
             }
+        } else {
+            error_log('Could not delete. It seems the file '.$entity.' does not exists.');
         }
     }
-
-
     if ($debug) {
         error_log('Folders cleaned up');
     }