cli: print error causes in all error paths
[babeltrace.git] / src / param-parse / param-parse.c
index e939e9abc606a83da5a0ff9bdd87429f367c466a..566c61efea56761def7039812a811d41ae0747ef 100644 (file)
@@ -99,7 +99,7 @@ void ini_append_error_expecting(struct ini_parsing_state *state,
                g_string_append_c(state->ini_error, ' ');
        }
 
-       g_string_append_printf(state->ini_error, "^\n\n");
+       g_string_append_c(state->ini_error, '^');
 }
 
 static
This page took 0.022488 seconds and 4 git commands to generate.