]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/shared/import-util.c
import-util: downgrade log message about quota to LOG_DEBUG
[thirdparty/systemd.git] / src / shared / import-util.c
index d53b90796faa7fa42e00bd757d18c449d20f316d..bcd6c0c5ea17554865dfb9c6b2fd4f7527ca4edc 100644 (file)
@@ -160,7 +160,7 @@ int import_assign_pool_quota_and_warn(const char *path) {
         if (r < 0)
                 return log_error_errno(r, "Failed to set up default quota hierarchy for %s: %m", path);
         if (r > 0)
-                log_info("Set up default quota hierarchy for %s.", path);
+                log_debug("Set up default quota hierarchy for %s.", path);
 
         return 0;
 }