Skip to content

Commit

Permalink
Issue #3792: Used StatID instead of Title in log notice.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanhaerter authored and svenoe committed Sep 30, 2024
1 parent 8d2c996 commit fa26604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Kernel/System/Stats.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2872,7 +2872,7 @@ sub _GenerateDynamicStats {
if ( !defined $Ref1->{Values}{$Ref2} ) {
$Kernel::OM->Get('Kernel::System::Log')->Log(
Priority => 'notice',
Message => "Attribute $Ref2 should be used as $Ref1->{Name} in statistic $Param{Title}, but is not present. Skipping it.",
Message => "Attribute $Ref2 should be used as $Ref1->{Name} in statistic $Param{StatID}, but is not present. Skipping it.",
);
next SELECTEDVALUE;
}
Expand Down

0 comments on commit fa26604

Please sign in to comment.