diff --git a/lib/fencing/st_output.c b/lib/fencing/st_output.c index 7c3ccef..145dd14 100644 --- a/lib/fencing/st_output.c +++ b/lib/fencing/st_output.c @@ -403,14 +403,7 @@ stonith__validate_agent_text(pcmk__output_t *out, va_list args) { rc ? "failed" : "succeeded"); } - if (output) { - puts(output); - } - - if (error_output) { - puts(error_output); - } - + out->subprocess_output(out, rc, output, error_output); return rc; }