Skip to content

Commit

Permalink
match program name in log
Browse files Browse the repository at this point in the history
  • Loading branch information
gdestuynder committed Mar 26, 2014
1 parent 1fc3f0a commit 88e30d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion audisp-cef.c
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ int main(int argc, char *argv[])
sigaction(SIGTERM, &sa, NULL);
sa.sa_handler = hup_handler;

openlog("audit-cef", LOG_CONS, config.facility);
openlog("audisp-cef", LOG_CONS, config.facility);

if (gethostname(nodename, 63)) {
snprintf(nodename, 10, "localhost");
Expand Down

0 comments on commit 88e30d4

Please sign in to comment.