sysquotas_4B: raise log level of a sometimes too noisy message
authorBjörn Jacke <bj@sernet.de>
Tue, 12 Feb 2019 18:07:38 +0000 (19:07 +0100)
committerBjoern Jacke <bjacke@samba.org>
Sun, 17 Feb 2019 12:33:14 +0000 (13:33 +0100)
Signed-off-by: Bjoern Jacke <bjacke@samba.org>
Reviewed-by: Uri Simchoni <uri@samba.org>
source3/lib/sysquotas_4B.c

index aef13219f41ae9d0acd3842a9423f8553db8182a..d9beb924ad9e866d1f38b4ea9f3b8b4db0bab6c7 100644 (file)
@@ -141,7 +141,7 @@ static int sys_quotactl_4B(const char * path, int cmd,
                 * means that quotas are not configured (commonly).
                 */
                if (errno != ENOTSUP && errno != EINVAL) {
-                       DEBUG(0, ("failed to %s quota for %s ID %u on %s: %s\n",
+                       DEBUG(5, ("failed to %s quota for %s ID %u on %s: %s\n",
                                    (cmd & QCMD(Q_GETQUOTA, 0)) ? "get" : "set",
                                    (cmd & QCMD(0, GRPQUOTA)) ? "group" : "user",
                                    (unsigned)id, path, strerror(errno)));