Searched refs:debug_text (Results 1 – 5 of 5) sorted by relevance
147 sub debug_text { $_[2] } subroutine152 print STDERR $cmd, ($out ? '>>> ' : '<<< '), $cmd->debug_text($out, $text);
123 sub debug_text { $_[2] =~ /^(pass|rpop)/i ? "$1 ....\n" : $_[2]; } subroutine
201 $self->debug_text("Auth mechanism failed: $failed_mechanism")
143 sub debug_text { subroutine
1207 sub debug_text { $_[2] =~ /^(pass|resp|acct)/i ? "$1 ....\n" : $_[2]; } subroutine