diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/pacman/sync.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pacman/sync.c b/src/pacman/sync.c index d0ab8938..727d20b1 100644 --- a/src/pacman/sync.c +++ b/src/pacman/sync.c @@ -489,7 +489,7 @@ int sync_trans(alpm_list_t *targets, int sync_only) continue; } if(pm_errno != PM_ERR_PKG_NOT_FOUND) { - fprintf(stderr, _("'error: %s': %s\n"), + fprintf(stderr, _("error: '%s': %s\n"), (char *)i->data, alpm_strerrorlast()); retval = 1; goto cleanup; |