summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--plugin/eurephia.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugin/eurephia.c b/plugin/eurephia.c
index 5e1e19c..6d44ae0 100644
--- a/plugin/eurephia.c
+++ b/plugin/eurephia.c
@@ -143,6 +143,8 @@ eurephiaCTX *eurephiaInit(const char **argv)
// If another log file is given, process that
eurephia_log_init(ctx, "eurephia-auth", logfile, loglvl);
}
+ eurephia_log(ctx, LOG_INFO, 0, "Initialising eurephia v" EUREPHIAVERSION
+ " (David Sommerseth (C) 2008-2010 GPLv2)");
// Load the database driver
if( (error == 0) && eDBlink_init(ctx, dbi, 1) ) {