From c76dd1404041f42d3a398339cefbeb60f22d2910 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 4 Sep 2001 10:57:29 +0000 Subject: it now all compiles - so try enabling it by default and see what explodes on the build farm (This used to be commit 5bb7e4f0f65edf1db20245f403cbe81833134240) --- source3/libsmb/libsmbclient.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source3/libsmb/libsmbclient.c') diff --git a/source3/libsmb/libsmbclient.c b/source3/libsmb/libsmbclient.c index c3456bc4e7..f7008a2680 100644 --- a/source3/libsmb/libsmbclient.c +++ b/source3/libsmb/libsmbclient.c @@ -212,8 +212,8 @@ int smbc_errno(struct cli_state *c) status = cli_nt_error(c); ret = cli_errno_from_nt(status); - DEBUG(3,("smbc errno 0x%08x -> %d\n", - status, ret)); + DEBUG(3,("smbc errno %s -> %d\n", + get_nt_error_msg(status), ret)); } return ret; -- cgit