diff --git a/htdocs/install/step2.php b/htdocs/install/step2.php index a06408bd32c..74dbd106bec 100644 --- a/htdocs/install/step2.php +++ b/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"); /* diff --git a/htdocs/install/step4.php b/htdocs/install/step4.php index 3feb55fd63a..f1a2598f724 100644 --- a/htdocs/install/step4.php +++ b/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); diff --git a/htdocs/install/step5.php b/htdocs/install/step5.php index cc433c440a5..4fd038e73e8 100644 --- a/htdocs/install/step5.php +++ b/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);