From 1aecf837a2e80eda1208a767a231132b46a2c0df Mon Sep 17 00:00:00 2001 From: shoopea Date: Sun, 12 Jan 2020 21:36:35 +0800 Subject: [PATCH] test --- obj.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/obj.go b/obj.go index f7b2107..a551fac 100644 --- a/obj.go +++ b/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