--- pacman-3.2.1/lib/libalpm/remove.c.orig 2008-12-23 20:31:09.000000000 -0600 +++ pacman-3.2.1/lib/libalpm/remove.c 2008-12-23 20:31:55.000000000 -0600 @@ -285,6 +285,7 @@ snprintf(newpath, PATH_MAX, "%s.pacsave", file); rename(file, newpath); _alpm_log(PM_LOG_WARNING, _("%s saved as %s\n"), file, newpath); + alpm_logaction("warning: %s saved as %s\n", file, newpath); return; } else { _alpm_log(PM_LOG_DEBUG, "transaction is set to NOSAVE, not backing up '%s'\n", file);