--- deliantra/server/common/living.C 2007/05/17 00:33:29 1.59 +++ deliantra/server/common/living.C 2007/05/18 01:01:01 1.60 @@ -1000,7 +1000,8 @@ break; if (chosen_skill) - LOG (llevDebug, "fix_player, op %s has multiple skills applied\n", &name); + LOG (llevDebug, "fix_player, op %s has multiple skills applied (%s and %s)\n", + &name, &chosen_skill->name, &tmp->name); chosen_skill = tmp;