Skip to content
Snippets Groups Projects
Commit 00f89f08 authored by Jono Wenger's avatar Jono Wenger
Browse files

Fix print

parent 59b6afd9
Branches
Tags
2 merge requests!117Release,!105XX-3617 / faster file transfer
......@@ -43,7 +43,7 @@ func (m *Manager) receive(rawMsgs chan message.Receive, stop *stoppable.Single)
if strings.Contains(err.Error(), "fingerprint") {
jww.INFO.Printf("[FT] %+v", err)
} else {
jww.WARN.Print("[FT] %+v", err)
jww.WARN.Printf("[FT] %+v", err)
}
continue
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment