summaryrefslogtreecommitdiffstats
path: root/plugin
diff options
context:
space:
mode:
authorDavid Sommerseth <dazo@users.sourceforge.net>2010-08-29 16:39:06 +0200
committerDavid Sommerseth <dazo@users.sourceforge.net>2010-08-29 16:39:06 +0200
commit04c73de447d5320dda1f242e1c4fae51bba3dbd2 (patch)
treec2325f694f85a05f98e6f0590fa3cd4e4b88891c /plugin
parent8fb7a163d03b8a547332cea6484848b799c2c2e1 (diff)
downloadeurephia-04c73de447d5320dda1f242e1c4fae51bba3dbd2.tar.gz
eurephia-04c73de447d5320dda1f242e1c4fae51bba3dbd2.tar.xz
eurephia-04c73de447d5320dda1f242e1c4fae51bba3dbd2.zip
Show eurephia-auth version during initialisation
Signed-off-by: David Sommerseth <dazo@users.sourceforge.net>
Diffstat (limited to 'plugin')
-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) ) {