[PATCH] nfs4: Fix a confusing debug message
Volker Lendecke
Volker.Lendecke at SerNet.DE
Thu Feb 5 04:48:35 MST 2015
Hi!
Review&push appreciated!
Thanks,
Volker
--
SerNet GmbH, Bahnhofsallee 1b, 37081 Göttingen
phone: +49-551-370000-0, fax: +49-551-370000-9
AG Göttingen, HRB 2816, GF: Dr. Johannes Loxen
http://www.sernet.de, mailto:kontakt at sernet.de
-------------- next part --------------
From 6754159804d5f9e0dba1f0fef144735c57eeda5a Mon Sep 17 00:00:00 2001
From: Volker Lendecke <vl at samba.org>
Date: Thu, 5 Feb 2015 12:47:22 +0100
Subject: [PATCH] nfs4: Fix a confusing debug message
Signed-off-by: Volker Lendecke <vl at samba.org>
---
source3/modules/nfs4_acls.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/source3/modules/nfs4_acls.c b/source3/modules/nfs4_acls.c
index 1aa819a..adc9b37 100644
--- a/source3/modules/nfs4_acls.c
+++ b/source3/modules/nfs4_acls.c
@@ -359,7 +359,7 @@ static bool smbacl4_nfs42win(TALLOC_CTX *mem_ctx,
struct security_ace *nt_ace_list = NULL;
int good_aces = 0;
- DEBUG(10, ("smbacl_nfs42win entered\n"));
+ DEBUG(10, ("%s entered\n", __func__));
aclint = get_validated_aclint(theacl);
/* We do not check for theacl being NULL here
--
1.9.1
More information about the samba-technical
mailing list