From 8178c2f9863307b92a9634243f01a6aec4f42507 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Sun, 4 Mar 2007 01:22:57 +0000 Subject: * Maybe that call to _alpm_trans_update_depends was necessary. Added it back in but did it right by duplicating the package first. --- lib/libalpm/sync.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libalpm/sync.c') 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 */ } -- cgit v1.2.3-54-g00ecf