Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Agent/Driver/File.pm
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ sub logerr {
# When `duperr' is true, emit message on the 'output' channel prefixed
# with WARNING.
#
sub logconfess {
sub logcluck {
my $self = shift;
my ($str) = @_;
$self->emit_output('warning', "WARNING", $str) if $self->duperr;
Expand Down