]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/lib/openssl.c
ebl use tokyocabinet by default instead of htable
[bacula/bacula] / bacula / src / lib / openssl.c
index 014ed4026bbc27114a22597109cc5a0d353a0b7b..af4a46fb5821113791fc96738cfcc357ea736e3c 100644 (file)
@@ -82,7 +82,7 @@ void openssl_post_errors(JCR *jcr, int code, const char *errstring)
    while((sslerr = ERR_get_error()) != 0) {
       /* Acquire the human readable string */
       ERR_error_string_n(sslerr, buf, sizeof(buf));
-      Dmsg3(100, "jcr=%p %s: ERR=%s\n", jcr, errstring, buf);
+      Dmsg3(50, "jcr=%p %s: ERR=%s\n", jcr, errstring, buf);
       Qmsg2(jcr, M_ERROR, 0, "%s: ERR=%s\n", errstring, buf);
    }
 }