mirror of
https://github.com/fosrl/pangolin.git
synced 2026-07-07 04:39:52 +00: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