Skip to content

Commit

Permalink
fix little bug
Browse files Browse the repository at this point in the history
  • Loading branch information
boy-hack committed Sep 1, 2020
1 parent 1a59080 commit f11042b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/recv.go
Expand Up @@ -108,7 +108,7 @@ func Recv(device string, options *Options, flagID uint16, retryChan chan RetrySt
msg = strings.Trim(msg, " => ")
ff := windowWith - len(msg) - 1
if windowWith > 0 && ff > 0 {
gologger.Silentf("\r%s% *s\n", msg, ff, "111")
gologger.Silentf("\r%s% *s\n", msg, ff, "")
} else {
gologger.Silentf("\r%s\n", msg)
}
Expand Down

0 comments on commit f11042b

Please sign in to comment.