diff options
author | Aaron Griffin <aaron@archlinux.org> | 2007-01-17 08:21:07 +0100 |
---|---|---|
committer | Aaron Griffin <aaron@archlinux.org> | 2007-01-17 08:21:07 +0100 |
commit | 1bea7706ae076677387e123cfed0dfbbc68f6691 (patch) | |
tree | e0046eb4155c80be7b2edbd5b273b886d44a1c07 /lib/libalpm/util.h | |
parent | aea6626fded11f3395ec509635ffec5b5f5d3436 (diff) | |
download | pacman-1bea7706ae076677387e123cfed0dfbbc68f6691.tar.gz pacman-1bea7706ae076677387e123cfed0dfbbc68f6691.tar.xz |
* Misc logging changes
Addition of a forced fflush in an attempt to diagnose mutli-logging
Removal of varargs from the internal logaction function, they are handled in
alpm_logaction just fine
Diffstat (limited to 'lib/libalpm/util.h')
-rw-r--r-- | lib/libalpm/util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libalpm/util.h b/lib/libalpm/util.h index cda65a3a..73e1c14e 100644 --- a/lib/libalpm/util.h +++ b/lib/libalpm/util.h @@ -62,7 +62,7 @@ int _alpm_lckmk(char *file); int _alpm_lckrm(char *file); int _alpm_unpack(const char *archive, const char *prefix, const char *fn); int _alpm_rmrf(char *path); -int _alpm_logaction(unsigned char usesyslog, FILE *f, char *fmt, ...); +int _alpm_logaction(unsigned char usesyslog, FILE *f, const char *str); int _alpm_ldconfig(char *root); #ifdef _ALPM_TRANS_H int _alpm_runscriptlet(char *util, char *installfn, char *script, char *ver, char *oldver, pmtrans_t *trans); |