Laurent Destailleur 1 年之前
父節點
當前提交
1066d8ea53
共有 3 個文件被更改,包括 5 次插入5 次删除
  1. 1 1
      htdocs/install/step2.php
  2. 2 2
      htdocs/install/step4.php
  3. 2 2
      htdocs/install/step5.php

+ 1 - 1
htdocs/install/step2.php

@@ -87,7 +87,7 @@ if (@file_exists($forcedfile)) {
 	}
 }
 
-dolibarr_install_syslog("- step2: entering step2.php page");
+dolibarr_install_syslog("--- step2: entering step2.php page");
 
 
 /*

+ 2 - 2
htdocs/install/step4.php

@@ -48,7 +48,7 @@ if (@file_exists($forcedfile)) {
 	include_once $forcedfile;
 }
 
-dolibarr_install_syslog("- step4: entering step4.php page");
+dolibarr_install_syslog("--- step4: entering step4.php page");
 
 $error = 0;
 $ok = 0;
@@ -114,7 +114,7 @@ if ($error && isset($argv[1])) {
 }
 dolibarr_install_syslog("Exit ".$ret);
 
-dolibarr_install_syslog("- step4: end");
+dolibarr_install_syslog("--- step4: end");
 
 pFooter($error, $setuplang);
 

+ 2 - 2
htdocs/install/step5.php

@@ -93,7 +93,7 @@ if (@file_exists($forcedfile)) {
 	}
 }
 
-dolibarr_install_syslog("- step5: entering step5.php page");
+dolibarr_install_syslog("--- step5: entering step5.php page ".$versionfrom." ".$versionto);
 
 $error = 0;
 
@@ -545,7 +545,7 @@ if ($error && isset($argv[1])) {
 }
 dolibarr_install_syslog("Exit ".$ret);
 
-dolibarr_install_syslog("- step5: Dolibarr setup finished");
+dolibarr_install_syslog("--- step5: Dolibarr setup finished");
 
 pFooter(1, $setuplang, '', 0, $morehtml);