log depth api error

This commit is contained in:
c9s 2021-01-24 16:54:13 +08:00
parent 02c622d811
commit 7632638982

View File

@ -38,6 +38,7 @@ func (f *DepthFrame) loadDepthSnapshot() {
depth, err := f.fetch(f.context)
if err != nil {
log.WithError(err).Errorf("depth api error")
return
}