This commit is contained in:
shoopea 2020-01-12 21:36:03 +08:00
parent 8c5d9702c7
commit 757e797e31

2
obj.go
View File

@ -991,7 +991,7 @@ func loadObjItem2() error {
}
if weight != obj.Weight {
log.Printf("loadObjItem2 : %s : weight changed : %d => %d\n", weight, obj.Weight)
log.Printf("loadObjItem2 : %s : weight changed : %d => %d\n", obj.Code, weight, obj.Weight)
}
cacheObjItemId[id] = obj