Skip to content

Commit

Permalink
Fix missing whitespace in log message
Browse files Browse the repository at this point in the history
  • Loading branch information
irydacea committed Oct 18, 2019
1 parent f8ff9f5 commit 33e5537
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/actions/advancement.cpp
Expand Up @@ -275,7 +275,7 @@ void advance_unit_at(const advance_unit_params& params)
WRN_NG << "Unit has too many (" << u->experience() << ") XP left; cascade leveling goes on still." << std::endl;
}
}
ERR_NG << "unit at " << params.loc_ << "tried to advance more than 20 times. Advancing was aborted" << std::endl;
ERR_NG << "unit at " << params.loc_ << " tried to advance more than 20 times. Advancing was aborted" << std::endl;
}

unit_ptr get_advanced_unit(const unit &u, const std::string& advance_to)
Expand Down

0 comments on commit 33e5537

Please sign in to comment.