machined: use one_zero() on one more occasion

This commit is contained in:
Lennart Poettering
2022-02-18 13:08:19 +01:00
parent 2e1ae3258d
commit 2c7bcdd522

View File

@@ -238,7 +238,7 @@ int bus_image_method_mark_read_only(
const char *details[] = {
"image", image->name,
"verb", "mark_read_only",
"read_only", (read_only?"1":"0"),
"read_only", one_zero(read_only),
NULL
};