summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichael Larson <mike@vyatta.com>2010-11-09 11:40:29 -0800
committerMichael Larson <mike@vyatta.com>2010-11-09 11:40:29 -0800
commit87d1c907559c1962db2db0e5a5b92c016719bace (patch)
tree628883452f6744f8e0dc2a476254150f7c4c5d67 /src
parentf573c75306a8de16ef04ee55a85db7a7fcc0d117 (diff)
downloadvyatta-cfg-87d1c907559c1962db2db0e5a5b92c016719bace.tar.gz
vyatta-cfg-87d1c907559c1962db2db0e5a5b92c016719bace.zip
modify formatting options for GUI client on -x option. Set option on GUI invoked commit.
Diffstat (limited to 'src')
-rw-r--r--src/commit2.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/commit2.c b/src/commit2.c
index b33d6c0..2f9be94 100644
--- a/src/commit2.c
+++ b/src/commit2.c
@@ -592,7 +592,8 @@ process_func(GNode *node, gpointer data)
char *p = clind_unescape(path_buf);
if (strlen(outbuf) > 0) {
- fprintf(out_stream,"[ %s ] \n %s\n",p,outbuf);
+ //currently set to format option for GUI client.
+ fprintf(out_stream,"_errloc_:[%s]\n%s\n",p,outbuf);
}
}
}