Continue adding logging for db3 write errors in spoolnews.php.

This commit is contained in:
Retro_Guy 2024-05-02 02:07:58 -07:00
parent 0dbafa27fa
commit 0a71f71e89
1 changed files with 2 additions and 0 deletions

View File

@ -493,6 +493,8 @@ function get_articles($ns, $group)
$tmp = insert_article_from_array($current_article, false);
if ($tmp[0] != "4") {
$pass = true;
} else {
file_put_contents($logfile, "\n" . format_log_date() . " " . $config_name . " " . $tmp, FILE_APPEND);
}
}
if (! $pass) {