handler: fix typo in log message
This commit is contained in:
+1
-1
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user