fixup 'improve error message in case of an invalid unittype in [side]'
This commit is contained in:
parent
2f6bb71b82
commit
15afec7202
1 changed files with 1 additions and 1 deletions
|
@ -287,7 +287,7 @@ protected:
|
|||
uc.add_unit(*u);
|
||||
}
|
||||
catch (const unit_type::error& e) {
|
||||
ERR_NG_TC << e << "\n";
|
||||
ERR_NG_TC << e.what() << "\n";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue