add more comments

This commit is contained in:
Lei Xue
2016-11-24 21:02:17 +08:00
parent 35765e7f4d
commit f4197d0024
6 changed files with 305 additions and 221 deletions

View File

@@ -205,13 +205,13 @@ verify:
}
}
glog.Infof("io done %s", string(scb))
return nil
sense:
if err != nil {
glog.Error(err)
return err
}
_ = key
_ = asc
return nil
err = fmt.Errorf("sense data encounter, key: %v, asc: %v", key, asc)
return err
}