Add some debug string
This commit is contained in:
parent
13434c4dcf
commit
6191376362
1 changed files with 1 additions and 0 deletions
|
@ -74,6 +74,7 @@ sub grades_new_bonus
|
|||
my @lines = ($args->{files}{$kfile} =~ tr/\n//);
|
||||
|
||||
log TRACE, $args->{files}{$kfile};
|
||||
log TRACE, @lines;
|
||||
|
||||
my $value = 1;
|
||||
# Looking for a global value
|
||||
|
|
Reference in a new issue