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:
parent
7858f4c9b4
commit
522b407687
@ -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)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user