diff options
author | Emile <HanEmile@users.noreply.github.com> | 2023-04-10 20:19:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-10 20:19:49 +0200 |
commit | dcb608342f25af8dfdccdd7cee7a1689017717ec (patch) | |
tree | 80c28d88f0bbbccb9277dcd11cd7a431c75ee4f2 | |
parent | 87142c0cb5f42d877327c357497a5be6f3c5dbd0 (diff) | |
parent | 437cf40e403f37f803e5292bc9224b47918c3726 (diff) |
Merge pull request #1 from markste-in/easterhegg
Bug Emile! Bug! :P
-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 |