s3/lib: Fix misleading typo in debug message
[amitay/samba.git] / source3 / lib / sysquotas.c
index eef87beafe0a940d70d9af0cc1acb605f4f36ee8..9b2d37b837599e7a54930a28ce2800c529166a0c 100644 (file)
@@ -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);