uapi: typo
This commit is contained in:
parent
b803276061
commit
c37c4ece9e
2
uapi.go
2
uapi.go
@ -307,7 +307,7 @@ func ipcSetOperation(device *Device, socket *bufio.ReadWriter) *IPCError {
|
|||||||
|
|
||||||
// update persistent keepalive interval
|
// 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)
|
secs, err := strconv.ParseUint(value, 10, 16)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
Loading…
Reference in New Issue
Block a user