diff --git a/ts/textsecure/OutgoingMessage.ts b/ts/textsecure/OutgoingMessage.ts index 454fce7a0627..3af6941006db 100644 --- a/ts/textsecure/OutgoingMessage.ts +++ b/ts/textsecure/OutgoingMessage.ts @@ -675,7 +675,7 @@ export default class OutgoingMessage { identifier = uuid; } catch (error) { window.log.error( - `sentToIdentifier: Failed to fetch UUID for identifier ${identifier}`, + `sendToIdentifier: Failed to fetch UUID for identifier ${identifier}`, error && error.stack ? error.stack : error ); }