diff --git a/bindings/fileTransfer.go b/bindings/fileTransfer.go index 57df5310793342ff81a121fd0c71d367c0a06700..95e475e431eeab6db99ed353aae0ef1dc145bb7d 100644 --- a/bindings/fileTransfer.go +++ b/bindings/fileTransfer.go @@ -192,7 +192,7 @@ func InitFileTransfer(e2eID int, receiveFileCallback ReceiveFileCallback, // - []byte - unique file transfer ID func (f *FileTransfer) Send(payload, recipientID []byte, retry float32, callback FileTransferSentProgressCallback, period int) ([]byte, error) { - jww.INFO.Printf("[FT] Sending file transfer to %d.", + jww.INFO.Printf("[FT] Sending file transfer to %s.", base64.StdEncoding.EncodeToString(recipientID)) // Unmarshal recipient ID