mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-06 18:56:39 +00:00
Fix log messages
This commit is contained in:
@@ -66,7 +66,7 @@ export async function sendOlmSyncMessage(olm: Olm, client: Client) {
|
||||
});
|
||||
}
|
||||
|
||||
logger.debug("++++++++++++++++++++++++++++sendOlmSyncMessage: sending sync message")
|
||||
logger.debug("sendOlmSyncMessage: sending sync message")
|
||||
|
||||
await sendToClient(olm.olmId, {
|
||||
type: "olm/sync",
|
||||
@@ -77,4 +77,4 @@ export async function sendOlmSyncMessage(olm: Olm, client: Client) {
|
||||
}).catch((error) => {
|
||||
logger.warn(`Error sending olm sync message:`, error);
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user