diff --git a/pkg/proxy/parser.go b/pkg/proxy/parser.go index 3bf30390..f4e20121 100644 --- a/pkg/proxy/parser.go +++ b/pkg/proxy/parser.go @@ -369,8 +369,7 @@ func (p *Parser) parseInputState(b []byte) []byte { p.setCurrentCmdFilterRule(rule) p.setCurrentCmdStatusLevel(model.WarningLevel) logger.Debugf("Session %s: command %s match notify and warn rule", p.id, p.command) - confirmMsg := fmt.Sprintf(confirmWaitMsg, stripNewLine(p.confirmStatus.Cmd)) - p.srvOutputChan <- []byte("\r\n" + confirmMsg) + p.srvOutputChan <- []byte("\r\n" + WarnWaitMsg) return nil default: }