From e9dc48936f14cfa078a2d8322e9af4bd6a64b18a Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Mar 25 2011 17:33:48 +0000 Subject: - log more about errors running helpers --- diff --git a/src/submit-e.c b/src/submit-e.c index eb07237..ab0fb7e 100644 --- a/src/submit-e.c +++ b/src/submit-e.c @@ -335,7 +335,7 @@ cm_submit_e_start_or_resume(struct cm_store_ca *ca, break; case -1: /* huh? */ - cm_log(1, "Unexpected error while " + cm_log(-1, "Unexpected error while " "starting helper \"%s\".", ca->cm_ca_external_helper); cm_subproc_done(entry, state->subproc); @@ -343,7 +343,8 @@ cm_submit_e_start_or_resume(struct cm_store_ca *ca, state = NULL; break; default: - cm_log(1, "Error while starting helper " + cm_log(-1, + "Error while starting helper " "\"%s\": %s.", ca->cm_ca_external_helper, strerror(u));