summaryrefslogtreecommitdiffstats
path: root/logs.c
diff options
context:
space:
mode:
authorFreeArtMan <dos21h@gmail.com>2015-01-11 17:49:03 +0900
committerFreeArtMan <dos21h@gmail.com>2015-01-11 17:49:03 +0900
commit9b3d5f87e7718b00f786531b58bf102cdadc8264 (patch)
tree51c445bbfd347353bcbc1412aaec654819739555 /logs.c
parent4e148546810a2902dff9444526e47c9569c79b64 (diff)
downloadmicrobbs-9b3d5f87e7718b00f786531b58bf102cdadc8264.tar.gz
microbbs-9b3d5f87e7718b00f786531b58bf102cdadc8264.zip
Added primitive authentification support
Diffstat (limited to 'logs.c')
-rw-r--r--logs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/logs.c b/logs.c
index 130547c..0420233 100644
--- a/logs.c
+++ b/logs.c
@@ -14,7 +14,7 @@ int bbs_log_main( const char *syslname )
openlog ( syslname, LOG_CONS | LOG_PID | LOG_NDELAY, LOG_LOCAL1 );
}
- syslog( LOG_NOTICE, "BBS visitor" );
+ syslog( LOG_NOTICE, "BBS visitor %s", BUILD_VERSION );
closelog ();