about summary refs log tree commit diff
diff options
context:
space:
mode:
authorTommy Markstein <mail@markste.in>2023-04-09 18:33:17 +0200
committerGitHub <noreply@github.com>2023-04-09 18:33:17 +0200
commit437cf40e403f37f803e5292bc9224b47918c3726 (patch)
tree80c28d88f0bbbccb9277dcd11cd7a431c75ee4f2
parent87142c0cb5f42d877327c357497a5be6f3c5dbd0 (diff)
Bug Emile! Bug! :P
-rw-r--r--main.go2
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