Merge remote-tracking branch 'cjhammel/fix-for-Issue-#2864' into develop

develop
lethosor 2023-02-16 11:49:36 -05:00
commit 85dfe2a547
No known key found for this signature in database
GPG Key ID: 76A269552F4F58C1
1 changed files with 1 additions and 1 deletions

@ -761,7 +761,7 @@ DFhackCExport command_result plugin_onupdate ( color_ostream &out )
{
df::building_tradedepotst* depot = (df::building_tradedepotst*) build;
trader_requested = trader_requested || depot->trade_flags.bits.trader_requested;
INFO(cycle,out).print(trader_requested
TRACE(cycle,out).print(trader_requested
? "Trade depot found and trader requested, trader will be excluded from all labors.\n"
: "Trade depot found but trader is not requested.\n"
);