From eff44c334d66366ae5d2f30cd2ab2612c707f54e Mon Sep 17 00:00:00 2001 From: MagicBot Date: Sun, 25 Aug 2024 15:26:14 -0400 Subject: [PATCH] Error trapping and output --- src/engine/workthreads/DestroyCityThread.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/engine/workthreads/DestroyCityThread.java b/src/engine/workthreads/DestroyCityThread.java index ae4ac2d8..40c22605 100644 --- a/src/engine/workthreads/DestroyCityThread.java +++ b/src/engine/workthreads/DestroyCityThread.java @@ -58,6 +58,8 @@ public class DestroyCityThread implements Runnable { newParent = cityZone.parent; formerGuild = city.getTOL().getGuild(); + Logger.info("Destroy city thread started for: " + newParent.zoneName); + // Former guild loses tree! if (DbManager.GuildQueries.SET_GUILD_OWNED_CITY(formerGuild.getObjectUUID(), 0)) {