test
This commit is contained in:
parent
757e797e31
commit
1aecf837a2
2
obj.go
2
obj.go
@ -991,7 +991,7 @@ func loadObjItem2() error {
|
||||
}
|
||||
|
||||
if weight != obj.Weight {
|
||||
log.Printf("loadObjItem2 : %s : weight changed : %d => %d\n", obj.Code, weight, obj.Weight)
|
||||
log.Printf("loadObjItem2 : %s - %s : weight changed : %d => %d\n", obj.Code, obj.Names[0], weight, obj.Weight)
|
||||
}
|
||||
|
||||
cacheObjItemId[id] = obj
|
||||
|
Loading…
Reference in New Issue
Block a user