Clarify error messages

This commit is contained in:
Owen
2026-07-03 10:26:13 -04:00
parent b399d2a291
commit 440ebfe08e
2 changed files with 5 additions and 3 deletions

View File

@@ -43,6 +43,6 @@ export const handleNewtDisconnectingMessage: MessageHandler = async (
);
});
} catch (error) {
logger.error("Error handling disconnecting message", { error });
logger.error("Error handling site disconnecting message", error);
}
};