From: Eric Bollengier Date: Wed, 4 Jan 2012 13:14:52 +0000 (+0100) Subject: tweak debug X-Git-Tag: Release-7.0.0~370 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=2a08f3488d15e0f8be9184065a3d80d98b621a0f;p=bacula%2Fbacula tweak debug --- diff --git a/bacula/src/lib/cram-md5.c b/bacula/src/lib/cram-md5.c index 14ef68c48c..f2aa2f7530 100644 --- a/bacula/src/lib/cram-md5.c +++ b/bacula/src/lib/cram-md5.c @@ -106,7 +106,6 @@ bool cram_md5_challenge(BSOCK *bs, const char *password, int tls_local_need, int if (ok) { bs->fsend("1000 OK auth\n"); } else { - Dmsg1(dbglvl, "Auth failed PW: %s\n", password); bs->fsend(_("1999 Authorization failed.\n")); bmicrosleep(5, 0); }