Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3569206
D8614.id29161.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
494 B
Referenced Files
None
Subscribers
None
D8614.id29161.diff
View Options
diff --git a/keyserver/src/creators/olm-session-creator.js b/keyserver/src/creators/olm-session-creator.js
--- a/keyserver/src/creators/olm-session-creator.js
+++ b/keyserver/src/creators/olm-session-creator.js
@@ -23,6 +23,11 @@
callback,
);
} catch (e) {
+ console.warn(
+ `failed to create olm session of type: ${olmSessionType} ` +
+ `for user with cookie id: ${cookieID}`,
+ e,
+ );
throw new ServerError('olm_session_creation_failure');
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Dec 29, 1:22 AM (6 h, 14 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2730002
Default Alt Text
D8614.id29161.diff (494 B)
Attached To
Mode
D8614: Improve error logging for olm session creation failure
Attached
Detach File
Event Timeline
Log In to Comment