FIX Option low memory mode in backup was broken

This commit is contained in:
ldestailleur
2025-08-20 20:07:19 +02:00
parent ac1ad4e904
commit efcd392bb8
3 changed files with 6 additions and 6 deletions

View File

@@ -442,7 +442,7 @@ class Utils
$execmethod = 1;
}
dol_syslog("Utils::dumpDatabase execmethod=".$execmethod." command:".$fullcommandcrypted, LOG_INFO);
dol_syslog("Utils::dumpDatabase execmethod=".$execmethod.", lowmemorydump=".$lowmemorydump.", command=".$fullcommandcrypted, LOG_INFO);
/* If value has been forced with a php_admin_value, this has no effect. Example of value: '512M' */