test
This commit is contained in:
parent
8c5d9702c7
commit
757e797e31
2
obj.go
2
obj.go
@ -991,7 +991,7 @@ func loadObjItem2() error {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if weight != obj.Weight {
|
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
|
cacheObjItemId[id] = obj
|
||||||
|
Loading…
Reference in New Issue
Block a user