chiark / gitweb /
Import release 0.04
[secnet.git] / secnet.c
index 0df6e0919c9befd5353acda7a12b133d61d86ee2..b0bb4b3d6a477b99af53376f4f7cfc951bffea9a 100644 (file)
--- a/secnet.c
+++ b/secnet.c
@@ -156,7 +156,7 @@ static void setup(dict_t *config)
        fatal("configuration does not include a system/log facility\n");
     }
     log=init_log(l);
-    log->log(log->st,LOG_DEBUG,"setup: logging started");
+    log->log(log->st,LOG_DEBUG,"secnet " VERSION ": logging started");
 
     /* Who are we supposed to run as? */
     userid=dict_read_string(system,"userid",False,"system",loc);