commit 7189776177dc49913b442527853eda23f57285ab from: Martijn van Duren date: Wed Sep 05 12:19:34 2018 UTC Remove as target from syslog line. The utilization was based on a flaky premise and doesn't add any useful information commit - d4c628aa4bd5d0d9d512eac23139a8885949cdf3 commit + 7189776177dc49913b442527853eda23f57285ab blob - 30ca7e16a3907ac0ad9e359e2d75f60e5893de3b blob + 672411d6e6072c51b7d50e9b26e81924ab9b41b9 --- vias.c +++ vias.c @@ -452,8 +452,8 @@ main(int argc, char **argv) if (pledge("stdio cpath exec proc", NULL) == -1) err(1, "pledge"); - syslog(LOG_AUTHPRIV | LOG_INFO, "%s edited %s as %s from %s", - myname, file, pw->pw_name, cwd); + syslog(LOG_AUTHPRIV | LOG_INFO, "%s edited %s from %s", + myname, file, cwd); if ((eargv = reallocarray(NULL, arraylen((const char **) argv) + 2, sizeof(*eargv))) == NULL) {