more info from unit tests

This commit is contained in:
Nan Deng 2014-07-22 16:02:29 -07:00
parent 290f57dd0a
commit f1a9a72146

View File

@ -396,7 +396,7 @@ func StorageDriverTestRetrievePartialRecentStats(driver storage.StorageDriver, t
for i, s := range actualRecentStats {
r := recentStats[i]
if !statsEq(s, r) {
t.Errorf("unexpected stats %+v with memory usage %v", r, r.Memory.Usage)
t.Errorf("unexpected stats %+v with memory usage %v; should be %+v", r, r.Memory.Usage, s)
}
}
}