Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Dorian Eikenberg <[email protected]>
  • Loading branch information
cavus700 and rageagainsthepc committed Apr 21, 2022
1 parent eec356e commit 06dbfbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/tftp/rrq_response.go
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ func (r *rrqResponse) sendBufferWithRetransmissionOnTimeout(buffer []byte, tries
return err
}

r.logger.Debug("Package send",
r.logger.Debug("Package sent",
zap.Int("Bytes", numBytes))

_ = r.connection.SetReadDeadline(time.Now().Add(5 * time.Second))
Expand Down

0 comments on commit 06dbfbb

Please sign in to comment.