diff --git a/Project.toml b/Project.toml index 4cddafb83..664ca972c 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "Genie" uuid = "c43c736e-a2d1-11e8-161f-af95117fbd1e" authors = ["Adrian Salceanu "] -version = "5.23.6" +version = "5.23.7" [deps] ArgParse = "c7e460c6-2fb9-53a9-8c5b-16f535851c63" diff --git a/src/Encryption.jl b/src/Encryption.jl index f1bc29661..6bbbe97d1 100755 --- a/src/Encryption.jl +++ b/src/Encryption.jl @@ -35,8 +35,8 @@ function decrypt(s::String) :: String String(Nettle.trim_padding_PKCS5(deciphertext)) catch ex if Genie.Configuration.isprod() - @error ex - @error "Could not decrypt data" + @debug ex + @debug "Could not decrypt data" end "" end