Log the config name in the history file.
This commit is contained in:
parent
6fdbcee136
commit
3f808f2fdd
@ -142,6 +142,7 @@ sub history($$$) {
|
||||
my $success = shift;
|
||||
|
||||
my $history = expand('HOSTNAME') . "\t";
|
||||
$history .= expand('CONFIG') . "\t";
|
||||
$history .= strftime("%Y-%m-%d %H:%M:%S\t", localtime($start));
|
||||
$history .= strftime("%Y-%m-%d %H:%M:%S\t", localtime($end));
|
||||
$history .= expand('ARCH') . "\t";
|
||||
|
Loading…
Reference in New Issue
Block a user