| author | Matthew Wild
<mwild1@gmail.com> 2025-05-24 14:50:55 UTC |
| committer | Stephen Paul Weber
<singpolyma@singpolyma.net> 2025-09-29 13:43:04 UTC |
| parent | a9a94e0c999f749edea84e8352cc2f1c3d8b6efa |
| snikket/EncryptionInfo.hx | +1 | -1 |
diff --git a/snikket/EncryptionInfo.hx b/snikket/EncryptionInfo.hx index df661b6..d80ba97 100644 --- a/snikket/EncryptionInfo.hx +++ b/snikket/EncryptionInfo.hx @@ -67,7 +67,7 @@ class EncryptionInfo { ns??"unknown", knownEncryptionSchemes.get(ns)??name??"Unknown encryption", "unsupported-encryption", - "Unsupported encryption method" + "Unsupported encryption method: "+(name??ns) ); } return null; // Probably not encrypted