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

Jakub Filak jfilak at redhat.com
Tue Sep 10 13:53:16 UTC 2013


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");
-- 
1.8.3.1



More information about the Crash-catcher mailing list