|
@@ -471,13 +471,13 @@ static bool_t exec_action_sync(const kexec_t *exec, kcontext_t *context,
|
|
|
|
|
|
|
|
|
if (ksym_silent(sym) && kcontext_is_last_pipeline_stage(context)) {
|
|
|
-fprintf(stderr, "silent %s\n", ksym_name(sym));
|
|
|
+
|
|
|
exitcode = fn(context);
|
|
|
if (retcode)
|
|
|
*retcode = exitcode;
|
|
|
return BOOL_TRUE;
|
|
|
}
|
|
|
-fprintf(stderr, "sync %s\n", ksym_name(sym));
|
|
|
+
|
|
|
|
|
|
|
|
|
if (pipe(pipe_stdout) < 0)
|
|
@@ -574,7 +574,7 @@ static bool_t exec_action_async(const kexec_t *exec, kcontext_t *context,
|
|
|
sigset_t sigs;
|
|
|
|
|
|
fn = ksym_function(kaction_sym(action));
|
|
|
-fprintf(stderr, "Async %s\n", ksym_name(kaction_sym(action)));
|
|
|
+
|
|
|
|
|
|
|
|
|
|