From aec9ee38b819e7e9612c6347ed5a08d3f9ea4320 Mon Sep 17 00:00:00 2001 From: slioch Date: Tue, 17 Feb 2009 11:46:02 -0800 Subject: added generic commit failed message on any portion of the configuration failing. To get additional details (i.e. location of failure and actions associated with nodes) run with the -e flag. --- src/commit2.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/commit2.c b/src/commit2.c index b56fceb..6555bd8 100644 --- a/src/commit2.c +++ b/src/commit2.c @@ -202,6 +202,10 @@ main(int argc, char** argv) printf("commit2: successful commit, now cleaning up temp directories\n"); } } + else { + fprintf(out_stream,"Commit failed\n"); + } + set_in_commit(FALSE); cleanup(config_data); -- cgit v1.2.3