Blob Blame History Raw
From ea49c60373b40f6fcc90c1360f3428445bec7f78 Mon Sep 17 00:00:00 2001
From: Jakub Filak <jfilak@redhat.com>
Date: Tue, 18 Feb 2014 14:51:15 +0100
Subject: [LIBREPORT PATCH 11/11] Fix type in error message

Related to rhbz#1064209
---
 src/plugins/ureport.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/plugins/ureport.c b/src/plugins/ureport.c
index 1ac2d13..39d27f6 100644
--- a/src/plugins/ureport.c
+++ b/src/plugins/ureport.c
@@ -353,7 +353,7 @@ static struct ureport_server_response *get_server_response(post_state_t *post_st
 
     if (is_error(json))
     {
-        error_msg(_("Unable to parse response from ureport server at '%s"), config->ur_url);
+        error_msg(_("Unable to parse response from ureport server at '%s'"), config->ur_url);
         log_notice("%s", post_state->body);
         json_object_put(json);
         return NULL;
-- 
1.8.3.1