Bug #1056 » 0022-rssanity-Clarify-initial-tech-insanity-message.patch
server/rssanity.c | ||
---|---|---|
if (a == NULL) {
|
||
ruleset_error(logger, LOG_ERROR,
|
||
"Tech %s does not exist, but is tech for %s.",
|
||
"Tech %s does not exist, but is initial tech for %s.",
|
||
advance_rule_name(advance_by_number(tech)),
|
||
nation_rule_name(pnation));
|
||
ok = FALSE;
|