diff --git a/obj.go b/obj.go index bd63ab8..739c476 100644 --- a/obj.go +++ b/obj.go @@ -629,7 +629,7 @@ func silentGetObjItemID(code string, name string) int64 { log.Printf("%s => Found a match for %s : %s\n", m, n2, s) return false } else { - //log.Printf("%s => Match still not found %s : %s\n", m, n2, s) + log.Printf("`%s` => Match still not found `%s` : `%s`\n", m, n2, s) i = ChatWarsItem{ ObjID64: 0, }