mirror of
https://github.com/zrepl/zrepl.git
synced 2024-12-22 23:20:51 +01: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
|
||||
}
|
||||
|
||||
log.WithField("resposne", vs).Debug("response")
|
||||
log.WithField("response", vs).Debug("response")
|
||||
|
||||
*versions = vs
|
||||
return
|
||||
|
Loading…
Reference in New Issue
Block a user