diff options
author | Noel Power <noel.power@suse.com> | 2017-03-22 14:53:22 +0000 |
---|---|---|
committer | Noel Power <npower@samba.org> | 2018-07-31 16:56:24 +0200 |
commit | 2bfb9b4081fff1ef816bbfdd3ebb989d1c56ec1b (patch) | |
tree | d3066cddf7db7b484d2a37bf0b021279a02aac0b /source3 | |
parent | 8dac16e82d04a64d8dee42285fe3fd32cc26f0af (diff) | |
download | samba-2bfb9b4081fff1ef816bbfdd3ebb989d1c56ec1b.tar.gz |
s3/lib: Fix misleading typo in debug message
BUG: https://bugzilla.samba.org/show_bug.cgi?id=13553
Signed-off-by: Noel Power <noel.power@suse.com>
Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3')
-rw-r--r-- | source3/lib/sysquotas.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |