Skip to content

Commit

Permalink
Missing newline on stderr
Browse files Browse the repository at this point in the history
  • Loading branch information
GregoryLundberg committed Jul 25, 2016
1 parent b63d6f7 commit 10e008a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/units/map.cpp
Expand Up @@ -157,7 +157,7 @@ std::pair<unit_map::unit_iterator, bool> unit_map::insert(unit_ptr p) {
<< " (" << loc << ") over " << q->name()
<< " - " << q->id() << " - " << q->underlying_id()
<< " (" << q->get_location()
<< ").";
<< ").\n";

p->clone(false);
ERR_NG << "The new unit was assigned underlying_id="
Expand Down

0 comments on commit 10e008a

Please sign in to comment.