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

Fix file transfer integration test error return

parent dd2970d0
No related branches found
No related tags found
1 merge request!510Release
...@@ -311,7 +311,7 @@ func newReceiveProgressCB(tid *ftCrypto.TransferID, fileName string, ...@@ -311,7 +311,7 @@ func newReceiveProgressCB(tid *ftCrypto.TransferID, fileName string,
receivedFile, err2 := m.Receive(tid) receivedFile, err2 := m.Receive(tid)
if err2 != nil { if err2 != nil {
jww.FATAL.Panicf( jww.FATAL.Panicf(
"[FT] Failed to receive file %s: %+v", tid, err) "[FT] Failed to receive file %s: %+v", tid, err2)
} }
jww.INFO.Printf("[FT] Completed receiving file %q in %s.", jww.INFO.Printf("[FT] Completed receiving file %q in %s.",
fileName, netTime.Since(receiveStart)) fileName, netTime.Since(receiveStart))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment