repo-pull: Remove leftover unused %s

This commit is contained in:
Colin Walters 2013-12-16 18:24:03 -05:00
parent fe5ed36461
commit 68c9c45e15
1 changed files with 1 additions and 1 deletions

View File

@ -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