diff options
author | Tommy Markstein <mail@markste.in> | 2023-04-09 18:33:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-09 18:33:17 +0200 |
commit | 437cf40e403f37f803e5292bc9224b47918c3726 (patch) | |
tree | 80c28d88f0bbbccb9277dcd11cd7a431c75ee4f2 /main.go | |
parent | 87142c0cb5f42d877327c357497a5be6f3c5dbd0 (diff) |
Bug Emile! Bug! :P
Diffstat (limited to 'main.go')
-rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go index abaf5fa..bccb022 100644 --- a/main.go +++ b/main.go @@ -432,7 +432,7 @@ func dead(r2p *r2pipe.Pipe, botid int) bool { status := r2cmd(r2p, "?v 1+theend") if status != "" && status != "0x1" { - logrus.Warn("[!] Bot %d has died", botid) + logrus.Warnf("[!] Bot %d has died", botid) return true } return false |