From 757e797e314d6637daa1392e28de7bcd815273ab Mon Sep 17 00:00:00 2001 From: shoopea Date: Sun, 12 Jan 2020 21:36:03 +0800 Subject: [PATCH] test --- obj.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/obj.go b/obj.go index 3e6e58c..f7b2107 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", weight, obj.Weight) + log.Printf("loadObjItem2 : %s : weight changed : %d => %d\n", obj.Code, weight, obj.Weight) } cacheObjItemId[id] = obj