From 7be6a14b3af70ecd91ac28b6a67568fa55903199 Mon Sep 17 00:00:00 2001
From: Nigel Kukard <nkukard@lbsd.net>
Date: Sat, 26 Mar 2011 20:20:18 +0000
Subject: [PATCH] Added version of currently running smradiusd to logs

---
 smradiusd | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/smradiusd b/smradiusd
index 147da497..a8357b79 100755
--- a/smradiusd
+++ b/smradiusd
@@ -314,6 +314,8 @@ sub post_configure_hook {
 	my $config = $self->{'config'};
 
 
+	$self->log(LOG_NOTICE,"[SMRADIUS] SMRadius - v".VERSION);
+
 	# Init config
 	$self->log(LOG_INFO,"[SMRADIUS] Initializing configuration...");
 	smradius::config::Init($self);
-- 
GitLab