index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | lib/libalpm/util.c | 2 |
diff --git a/lib/libalpm/util.c b/lib/libalpm/util.c index 79287d34..3458e156 100644 --- a/lib/libalpm/util.c +++ b/lib/libalpm/util.c @@ -308,7 +308,7 @@ int _alpm_rmrf(char *path) return(0); } -int _alpm_log_action(unsigned char usesyslog, FILE *f, char *fmt, ...) +int _alpm_logaction(unsigned char usesyslog, FILE *f, char *fmt, ...) { char msg[1024]; va_list args; |