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