uapi: typo

This commit is contained in:
Jason A. Donenfeld 2018-11-05 05:46:27 +01:00
parent b803276061
commit c37c4ece9e
1 changed files with 1 additions and 1 deletions

View File

@ -307,7 +307,7 @@ func ipcSetOperation(device *Device, socket *bufio.ReadWriter) *IPCError {
// update persistent keepalive interval
logDebug.Println(peer, "- UAPI: Updating persistent keepalive interva")
logDebug.Println(peer, "- UAPI: Updating persistent keepalive interval")
secs, err := strconv.ParseUint(value, 10, 16)
if err != nil {