diff options
Diffstat (limited to 'plugin/eurephia.c')
| -rw-r--r-- | plugin/eurephia.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugin/eurephia.c b/plugin/eurephia.c index f93ee81..db7607f 100644 --- a/plugin/eurephia.c +++ b/plugin/eurephia.c @@ -186,10 +186,10 @@ eurephiaCTX *eurephiaInit(const char **argv) if( (logfile == NULL) || (strcmp(logfile, "openvpn:") == 0) ) { // If no logfile is given, or openvpn: is given, log to stderr which OpenVPN will // take care of - eurephia_log_init(ctx, "stderr:", loglvl); + eurephia_log_init(ctx, "eurephia-auth", "stderr:", loglvl); } else { // If another log file is given, process that - eurephia_log_init(ctx, logfile, loglvl); + eurephia_log_init(ctx, "eurephia-auth", logfile, loglvl); } // Load the database driver |
