mirror of
https://github.com/moparisthebest/pacman
synced 2024-12-22 07:48:50 -05:00
code cleanup
This commit is contained in:
parent
a2b0748b2b
commit
f78f195235
@ -596,7 +596,7 @@ int add_commit(pmtrans_t *trans, pmdb_t *db)
|
||||
if(!notouch) {
|
||||
_alpm_log(PM_LOG_FLOW2, "extracting %s", pathname);
|
||||
} else {
|
||||
_alpm_log(PM_LOG_FLOW2, "%s is in NoUpgrade - skipping", pathname);
|
||||
_alpm_log(PM_LOG_FLOW2, "%s is in NoUpgrade -- skipping", pathname);
|
||||
strncat(expath, ".pacnew", PATH_MAX);
|
||||
_alpm_log(PM_LOG_WARNING, "extracting %s as %s.pacnew", pathname, pathname);
|
||||
alpm_logaction("warning: extracting %s%s as %s", handle->root, pathname, expath);
|
||||
|
Loading…
Reference in New Issue
Block a user