Skip to content

Commit c425f67

Browse files
committed
fix inconsistent log message in upgrade building
1 parent 0f17303 commit c425f67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

TbsCore/Tasks/LowLevel/UpgradeBuilding.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,8 +197,8 @@ private async Task<bool> Upgrade(Account acc)
197197
if (acc.AccInfo.ServerVersion == ServerVersionEnum.T4_5 && buildDuration.TotalMinutes > acc.Settings.WatchAdAbove)
198198
{
199199
// watchAd = await TryFastUpgrade(acc);
200-
acc.Logger.Information("Try using watch ads upgrade button");
201-
acc.Logger.Information("Watch ads function is disable because of bugs from Chrome. We cannot do anything about this");
200+
acc.Logger.Information("Try using watch ads upgrade button", this);
201+
acc.Logger.Information("Watch ads function is disable because of bugs from Chrome. We cannot do anything about this", this);
202202
}
203203

204204
if (!watchAd)

0 commit comments

Comments
 (0)