Remove useless logger message
We don't need two log messages back-to-back about the same thing here. Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
parent
def9e45aff
commit
a1437cbf1b
1 changed files with 0 additions and 1 deletions
|
@ -461,7 +461,6 @@ int _alpm_remove_single_package(alpm_handle_t *handle,
|
||||||
|
|
||||||
db:
|
db:
|
||||||
/* remove the package from the database */
|
/* remove the package from the database */
|
||||||
_alpm_log(handle, ALPM_LOG_DEBUG, "updating database\n");
|
|
||||||
_alpm_log(handle, ALPM_LOG_DEBUG, "removing database entry '%s'\n", pkgname);
|
_alpm_log(handle, ALPM_LOG_DEBUG, "removing database entry '%s'\n", pkgname);
|
||||||
if(_alpm_local_db_remove(handle->db_local, oldpkg) == -1) {
|
if(_alpm_local_db_remove(handle->db_local, oldpkg) == -1) {
|
||||||
_alpm_log(handle, ALPM_LOG_ERROR, _("could not remove database entry %s-%s\n"),
|
_alpm_log(handle, ALPM_LOG_ERROR, _("could not remove database entry %s-%s\n"),
|
||||||
|
|
Loading…
Add table
Reference in a new issue