Low: scheduler: Fix types of arguments to formatted output functions.
These are mostly harmless, but the one about cluster-status expecting a
gboolean but actually getting an enum could cause problems in the
future. It is not currently causing a problem because a 0 value from
the enum gets cast to false and any other value gets cast to true.