instance: turn error into debug message for missing ujail binary
[oweals/procd.git] / service / instance.c
index e5615d5c2f02a282c997aeb7ba5e2070e43d3ada..35d398c360b606ff80f2a733998e9e0d57637f1c 100644 (file)
@@ -800,7 +800,7 @@ instance_jail_parse(struct service_instance *in, struct blob_attr *attr)
 
        r = stat(UJAIL_BIN_PATH, &s);
        if (r < 0) {
-               ERROR("unable to find %s: %m (%d)\n", UJAIL_BIN_PATH, r);
+               DEBUG(2, "unable to find %s: %m (%d)\n", UJAIL_BIN_PATH, r);
                return 0;
        }