Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 60e3214

Browse files
committed
add plugin name to info message
1 parent 3d86019 commit 60e3214

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/preserve-rooms.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ static void assign_nobles(color_ostream &out) {
307307
if (found)
308308
continue;
309309
Buildings::setOwner(zone, unit);
310-
INFO(cycle,out).print("assigning %s to a %s-associated %s\n",
310+
INFO(cycle,out).print("preserve-rooms: assigning %s to a %s-associated %s\n",
311311
Units::getReadableName(unit).c_str(), code.c_str(),
312312
ENUM_KEY_STR(civzone_type, zone->type).c_str());
313313
break;

0 commit comments

Comments
 (0)