From acacc78678b5a8442a49ac8f5730c5ebb6cb825c Mon Sep 17 00:00:00 2001 From: Noel Power Date: Wed, 22 Mar 2017 14:53:22 +0000 Subject: [PATCH] s3/lib: Fix misleading typo in debug message BUG: https://bugzilla.samba.org/show_bug.cgi?id=13553 Signed-off-by: Noel Power Reviewed-by: Jeremy Allison --- source3/lib/sysquotas.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/lib/sysquotas.c b/source3/lib/sysquotas.c index eef87beafe0..9b2d37b8375 100644 --- a/source3/lib/sysquotas.c +++ b/source3/lib/sysquotas.c @@ -418,7 +418,7 @@ static int command_set_quota(const char *path, enum SMB_QUOTA_TYPE qtype, unid_t return -1; } - DEBUG (3, ("get_quota: Running command %s\n", syscmd)); + DBG_NOTICE("set_quota: Running command %s\n", syscmd); lines = file_lines_pload(talloc_tos(), syscmd, NULL); SAFE_FREE(syscmd); -- 2.47.2