Just add 'Gb' to log output relating to free disk space.

This commit is contained in:
Retro_Guy 2023-12-24 04:15:38 -07:00
parent a23246f606
commit 8baaf3322c
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ $path = $workpath . "articles/";
if($low_spool_disk_space) {
print "Low Disk Space (less than ".$min_spool_disk_space." available)\n";
file_put_contents($logfile, "\n" . format_log_date() . " " . $config_name . " Low Disk Space (less than ".$min_spool_disk_space." available for spool). Pausing spoolnews", FILE_APPEND);
file_put_contents($logfile, "\n" . format_log_date() . " " . $config_name . " Low Disk Space (less than ".$min_spool_disk_space."Gb available for spool). Pausing spoolnews", FILE_APPEND);
exit();
}