FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 3de479aa authored by Dr Adam Thorn's avatar Dr Adam Thorn
Browse files

fix cron-thread.log contents

We were referencing a db field that doesn't exist.
parent a12fe67c
No related branches found
Tags 1.0.4
No related merge requests found
Pipeline #540995 passed
......@@ -230,8 +230,8 @@ sub cron {
my $q=$qs->{$zpool};
if (defined($q)) {
my $logid=&stampjoinqueue($dbh,$row->{'backup_task_id'},$logfh);
print "Enqueueing ".&shorthost($h)." item id ".$row->{'backup_item_id'}." with log id ".$logid."\n";
logEntry($logfh,"Enqueueing ".&shorthost($h)." item id ".$row->{'backup_item_id'}." with log id ".$logid."\n");
print "Enqueueing ".&shorthost($h)." task id ".$row->{'backup_task_id'}." with log id ".$logid."\n";
logEntry($logfh,"Enqueueing ".&shorthost($h)." task id ".$row->{'backup_task_id'}." with log id ".$logid."\n");
# Queue the item by adding the unique log ID
$q->enqueue($logid);
} else {
......
chem-zfs-backup-server (1.0.4) focal jammy noble; urgency=medium
* Fix cron-thread logging
-- Adam Thorn <alt36@cam.ac.uk> Mon, 10 Jun 2024 13:28:16 +0100
chem-zfs-backup-server (1.0.3) focal jammy noble; urgency=low
* Reinstate ability to have a per-machine SSH config
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment