mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-02 15:08:45 +02:00
Cleanup of the log output. No need for such verbosity now that we are approaching the release.
SVN:trunk[2746]
This commit is contained in:
@@ -184,7 +184,7 @@ class DBBackup
|
||||
if ($iRetCode != 0)
|
||||
{
|
||||
SetupPage::log("Error - retcode=".$iRetCode."\n");
|
||||
throw new BackupException("Failed to execute mysqldump. Return code: $iRetCode");
|
||||
throw new BackupException("Failed to execute mysqldump. Return code: $iRetCode. Check the log file '".realpath(APPROOT.'/log/setup.log')."' for more information.");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user