_alpm_access(): don't call gettext() in debug level loggers
commit09f950af073ca82b03ef50dd6402fd72491a4770
authorDan McGee <dan@archlinux.org>
Mon, 8 Aug 2011 22:11:14 +0000 (8 17:11 -0500)
committerDan McGee <dan@archlinux.org>
Mon, 8 Aug 2011 22:11:14 +0000 (8 17:11 -0500)
tree3e990bfc9c69af8ac05574c14c54660ae3bd0a74
parent8fa330335f9eb465724ed778464502f844e930ae
_alpm_access(): don't call gettext() in debug level loggers

This is standard procedure elsewhere and cuts down on translations that
won't be seen (and we don't want if we need English debug output
anyway).

Signed-off-by: Dan McGee <dan@archlinux.org>
lib/libalpm/util.c