[ABRT PATCH] abrt-cli list: replace "@" prefix by "id " prefix

Jiri Moskovcak jmoskovc at redhat.com
Wed Sep 11 08:38:35 UTC 2013


- pushed, thanks

On 09/10/2013 03:53 PM, Jakub Filak wrote:
> Closes #695
>
> Signed-off-by: Jakub Filak <jfilak at redhat.com>
> ---
>   src/cli/list.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/cli/list.c b/src/cli/list.c
> index cd446a3..1e65073 100644
> --- a/src/cli/list.c
> +++ b/src/cli/list.c
> @@ -114,7 +114,7 @@ static void print_crash_list(vector_of_problem_data_t *crash_list, int detailed,
>           char hash_str[SHA1_RESULT_LEN*2 + 1];
>           struct problem_item *item = g_hash_table_lookup(crash, CD_DUMPDIR);
>           if (item)
> -            printf("@%s\n", str_to_sha1str(hash_str, item->content));
> +            printf("id %s\n", str_to_sha1str(hash_str, item->content));
>           print_crash(crash, detailed, text_size);
>           if (i != crash_list->len - 1)
>               printf("\n");
>



More information about the Crash-catcher mailing list