summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/md5driver.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libalpm/md5driver.c')
-rw-r--r--lib/libalpm/md5driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libalpm/md5driver.c b/lib/libalpm/md5driver.c
index e2821bf0..caeddc14 100644
--- a/lib/libalpm/md5driver.c
+++ b/lib/libalpm/md5driver.c
@@ -84,7 +84,7 @@ char* _alpm_MDFile(char *filename)
strncat(ret, hex, 2);
}
- _alpm_log(PM_LOG_DEBUG, _("md5(%s) = %s"), filename, ret);
+ _alpm_log(PM_LOG_DEBUG, "md5(%s) = %s", filename, ret);
return(ret);
}
return(NULL);