From 4906e15d0d31bf0442c25af44bcb637b87a7b027 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Mon, 9 Jul 2007 00:46:29 -0400 Subject: Remove gettext from any alpm_logaction calls We shouldn't translate log messages to pacman.log so it is consistant and can be parsed by other tools. Remove all gettext _() around these strings. Signed-off-by: Dan McGee --- lib/libalpm/trans.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libalpm/trans.c') diff --git a/lib/libalpm/trans.c b/lib/libalpm/trans.c index cde8bf0f..82f11f3d 100644 --- a/lib/libalpm/trans.c +++ b/lib/libalpm/trans.c @@ -210,7 +210,7 @@ int SYMEXPORT alpm_trans_release() if(_alpm_lckrm()) { _alpm_log(PM_LOG_WARNING, _("could not remove lock file %s"), alpm_option_get_lockfile()); - alpm_logaction(_("warning: could not remove lock file %s"), + alpm_logaction("warning: could not remove lock file %s", alpm_option_get_lockfile()); } -- cgit v1.2.3