Return to loncron CVS log | Up to [LON-CAPA] / loncom |
version 1.135, 2024/10/24 20:50:05 | version 1.136, 2024/10/24 21:24:43 |
---|---|
Line 1004 sub log_simplestatus { | Line 1004 sub log_simplestatus { |
} | } |
print $sfh "\n"; | print $sfh "\n"; |
$sfh->close(); | $sfh->close(); |
} else { | |
print "Could not write to $statusdir/loncron_simple.txt\n"; | |
} | } |
} | } |