index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Aaron Griffin <aaron@archlinux.org> | 2006-11-24 07:01:27 +0000 |
---|---|---|
committer | Aaron Griffin <aaron@archlinux.org> | 2006-11-24 07:01:27 +0000 |
commit | 9918d43ab9595449d8364fc75a6368c8d8cd0034 (patch) | |
tree | 4efb147940d16a9b34adca14c9d5c420a8222ddd /lib/libalpm/add.c | |
parent | 12fdce244c49133e9fce9e7356e78570dd1b4a1e (diff) |
-rw-r--r-- | lib/libalpm/add.c | 4 |
diff --git a/lib/libalpm/add.c b/lib/libalpm/add.c index 4ccac537..2c33947b 100644 --- a/lib/libalpm/add.c +++ b/lib/libalpm/add.c @@ -789,8 +789,8 @@ int _alpm_add_commit(pmtrans_t *trans, pmdb_t *db) FREELISTPTR(provides); } if(depinfo == NULL) { - _alpm_log(PM_LOG_ERROR, _("could not find dependency '%s'"), depend.name); - /* wtf */ + /* We'll let the front end deal with this case... it may be intentional */ + _alpm_log(PM_LOG_DEBUG, _("could not find dependency '%s'"), depend.name); continue; } } |