From 04c73de447d5320dda1f242e1c4fae51bba3dbd2 Mon Sep 17 00:00:00 2001 From: David Sommerseth Date: Sun, 29 Aug 2010 16:39:06 +0200 Subject: Show eurephia-auth version during initialisation Signed-off-by: David Sommerseth --- plugin/eurephia.c | 2 ++ 1 file changed, 2 insertions(+) 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) ) { -- cgit