From: Noel Power Date: Wed, 22 Mar 2017 14:53:22 +0000 (+0000) Subject: s3/lib: Fix misleading typo in debug message X-Git-Tag: ldb-1.3.6~35 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=acacc78678b5a8442a49ac8f5730c5ebb6cb825c;p=thirdparty%2Fsamba.git 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 --- 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);