summaryrefslogtreecommitdiffstats
path: root/src/wgtpkg-sign.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wgtpkg-sign.c')
-rw-r--r--src/wgtpkg-sign.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/wgtpkg-sign.c b/src/wgtpkg-sign.c
index be618a7..9df50ec 100644
--- a/src/wgtpkg-sign.c
+++ b/src/wgtpkg-sign.c
@@ -21,7 +21,6 @@
#include <unistd.h>
#include <limits.h>
#include <errno.h>
-#include <syslog.h>
#include <getopt.h>
#include <sys/stat.h>
#include <fcntl.h>
@@ -91,7 +90,7 @@ int main(int ac, char **av)
char *keyfile, *certfiles[MAXCERT+1], *directory, **x;
struct stat s;
- openlog(appname, LOG_PERROR, LOG_USER);
+ LOGUSER(appname);
force = ncert = author = 0;
number = UINT_MAX;