diff options
author | Dan McGee <dan@archlinux.org> | 2007-03-04 01:22:57 +0000 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-03-04 01:22:57 +0000 |
commit | 8178c2f9863307b92a9634243f01a6aec4f42507 (patch) | |
tree | a7d857dbac88c930a4082970587950d7b3f01a94 /lib/libalpm/sync.c | |
parent | eb8ae6cdc8c7717f8bb5f83ec26dfcf3f971257e (diff) | |
download | 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.c | 2 |
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 */ } |