Improve warning message
This commit is contained in:
parent
1b533634fb
commit
8e323434ca
1 changed files with 1 additions and 1 deletions
|
@ -2223,7 +2223,7 @@ void unit::apply_builtin_effect(std::string apply_to, const config& effect)
|
|||
heal_fully();
|
||||
}
|
||||
} else {
|
||||
WRN_UT << "unknown type= in [effect]apply_to=type, ignoring" << std::endl;
|
||||
WRN_UT << "unknown type '" << new_type_id << "' (name=) in [effect]apply_to=type, ignoring" << std::endl;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue