Fix ex-info call args (@kul)

This commit is contained in:
Peter Taoussanis 2014-11-03 16:43:41 +07:00
parent 4d1a374c8f
commit 152fec95e0

View file

@ -551,7 +551,7 @@
nil nil
:aes128-sha512 aes128-encryptor
:no-header (throw (ex-info ":auto not supported on headerless data." {}))
:else (throw (ex-info ":auto not supported for non-standard encryptors."))
:else (throw (ex-info ":auto not supported for non-standard encryptors." {}))
(throw (ex-info (format "Unrecognized :auto encryptor id: %s" encryptor-id)
{:encryptor-id encryptor-id}))))