index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Aaron Griffin <aaron@archlinux.org> | 2007-03-04 06:28:48 +0000 |
---|---|---|
committer | Aaron Griffin <aaron@archlinux.org> | 2007-03-04 06:28:48 +0000 |
commit | a7d7c963579176dfefe424931a57e86bc8b51924 (patch) | |
tree | a808cbe75dd7fdc761e7667397efbc43a54437e7 /lib/libalpm/be_files.c | |
parent | 549ca632ef08bec2aead4d95f141e28746b35a1e (diff) |
-rw-r--r-- | lib/libalpm/be_files.c | 2 |
diff --git a/lib/libalpm/be_files.c b/lib/libalpm/be_files.c index a847af05..43d7a711 100644 --- a/lib/libalpm/be_files.c +++ b/lib/libalpm/be_files.c @@ -236,7 +236,7 @@ int _alpm_db_read(pmdb_t *db, pmpkg_t *info, pmdbinfrq_t inforeq) snprintf(path, PATH_MAX, "%s/%s-%s", db->path, info->name, info->version); if(stat(path, &buf)) { /* directory doesn't exist or can't be opened */ - _alpm_log(PM_LOG_ERROR, _("cannot find '%s-%s' in db '%s'"), info->name, info->version, db->treename); + _alpm_log(PM_LOG_DEBUG, _("cannot find '%s-%s' in db '%s'"), info->name, info->version, db->treename); return(-1); } |