[ostree] repo-pull: Remove leftover unused %s
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ostree] repo-pull: Remove leftover unused %s
- Date: Mon, 16 Dec 2013 23:25:09 +0000 (UTC)
commit 68c9c45e15dd0b8f65b05b3d763d3f04fbf2ca64
Author: Colin Walters <walters verbum org>
Date: Mon Dec 16 18:24:03 2013 -0500
repo-pull: Remove leftover unused %s
src/libostree/ostree-repo-pull.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/libostree/ostree-repo-pull.c b/src/libostree/ostree-repo-pull.c
index 271d44d..5a3220b 100644
--- a/src/libostree/ostree-repo-pull.c
+++ b/src/libostree/ostree-repo-pull.c
@@ -204,7 +204,7 @@ update_progress (gpointer user_data)
if (pull_data->fetching_sync_uri)
{
gs_free char *uri_string = soup_uri_to_string (pull_data->fetching_sync_uri, TRUE);
- gs_free char *status_string = g_strconcat ("Requesting %s", uri_string, NULL);
+ gs_free char *status_string = g_strconcat ("Requesting ", uri_string, NULL);
ostree_async_progress_set_status (pull_data->progress, status_string);
}
else
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]