--- deliantra/server/common/player.C 2007/01/10 01:32:49 1.19 +++ deliantra/server/common/player.C 2007/02/15 21:07:48 1.20 @@ -172,7 +172,7 @@ break; case KW_ERROR: - LOG (llevError, "%s: parse error while reading player header, skipping (%s,%s).\n", thawer.name, thawer.last_keyword, thawer.last_value); + LOG (llevError, "%s: parse error while reading player header, skipping (%s,%s).\n", thawer.name, thawer.kw_str, thawer.value); if (!--maxerrs) goto failure; break;