From d52ce8ff0c0546b681f3787728f739c1bb6a71e2 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Sat, 18 Jun 2005 20:32:21 +0000 Subject: r7731: change debug level to not spam the build-farm smbd log metze (This used to be commit 3a1ed83fd0714fa46055c8fe5b039986909f9a45) --- source4/libcli/auth/session.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/libcli/auth') diff --git a/source4/libcli/auth/session.c b/source4/libcli/auth/session.c index fda0aab055..b32e1d724d 100644 --- a/source4/libcli/auth/session.c +++ b/source4/libcli/auth/session.c @@ -191,7 +191,7 @@ NTSTATUS sess_decrypt_blob(TALLOC_CTX *mem_ctx, const DATA_BLOB *blob, const DAT sess_crypt_blob(&out, blob, session_key, False); if (IVAL(out.data, 4) != 1) { - DEBUG(0,("Unexpected revision number %d in session crypted secret (BLOB)\n", + DEBUG(2,("Unexpected revision number %d in session crypted secret (BLOB)\n", IVAL(out.data, 4))); return NT_STATUS_UNKNOWN_REVISION; } -- cgit