1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-12-23 08:18:51 -05:00

tweaked a log (patch from VMiklos <vmiklos@frugalware.org>)

This commit is contained in:
Aurelien Foret 2006-01-05 20:56:12 +00:00
parent 7858f4c9b4
commit 522b407687

View File

@ -180,7 +180,7 @@ int remove_commit(pmtrans_t *trans, pmdb_t *db)
} }
snprintf(line, PATH_MAX, "%s%s", handle->root, file); snprintf(line, PATH_MAX, "%s%s", handle->root, file);
if(lstat(line, &buf)) { if(lstat(line, &buf)) {
_alpm_log(PM_LOG_ERROR, "file %s does not exist", file); _alpm_log(PM_LOG_DEBUG, "file %s does not exist", file);
continue; continue;
} }
if(S_ISDIR(buf.st_mode)) { if(S_ISDIR(buf.st_mode)) {