mirror of
https://github.com/fosrl/pangolin.git
synced 2026-07-26 15:19:57 +02:00
Clarify error messages
This commit is contained in:
@@ -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);
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user