mirror of
https://github.com/zrepl/zrepl.git
synced 2025-05-30 14:48:57 +02:00
handler: fix typo in log message
This commit is contained in:
parent
710bf79f7e
commit
8742b7f763
@ -99,7 +99,7 @@ func (h Handler) HandleFilesystemVersionsRequest(r *FilesystemVersionsRequest, v
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
log.WithField("resposne", vs).Debug("response")
|
log.WithField("response", vs).Debug("response")
|
||||||
|
|
||||||
*versions = vs
|
*versions = vs
|
||||||
return
|
return
|
||||||
|
Loading…
x
Reference in New Issue
Block a user