summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/sync.c
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2007-03-04 02:22:57 +0100
committerDan McGee <dan@archlinux.org>2007-03-04 02:22:57 +0100
commit8178c2f9863307b92a9634243f01a6aec4f42507 (patch)
treea7d857dbac88c930a4082970587950d7b3f01a94 /lib/libalpm/sync.c
parenteb8ae6cdc8c7717f8bb5f83ec26dfcf3f971257e (diff)
downloadpacman-8178c2f9863307b92a9634243f01a6aec4f42507.tar.gz
pacman-8178c2f9863307b92a9634243f01a6aec4f42507.tar.xz
* Maybe that call to _alpm_trans_update_depends was necessary. Added it back
in but did it right by duplicating the package first.
Diffstat (limited to 'lib/libalpm/sync.c')
-rw-r--r--lib/libalpm/sync.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libalpm/sync.c b/lib/libalpm/sync.c
index 6f5a715d..71925482 100644
--- a/lib/libalpm/sync.c
+++ b/lib/libalpm/sync.c
@@ -1065,7 +1065,7 @@ pmsyncpkg_t *_alpm_sync_find(alpm_list_t *syncpkgs, const char* pkgname)
}
}
- _alpm_log(PM_LOG_DEBUG, _("package '%s not found in sync"), pkgname);
+ _alpm_log(PM_LOG_DEBUG, _("package '%s' not found in sync"), pkgname);
return(NULL); /* not found */
}