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

Fix print

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