X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=secnet.c;h=b0bb4b3d6a477b99af53376f4f7cfc951bffea9a;hb=4efd681a66c15bc6f81eefc69396669e165e5e0f;hp=0df6e0919c9befd5353acda7a12b133d61d86ee2;hpb=2fe58dfd10216a37f1ece081f926971882de112e;p=secnet.git diff --git a/secnet.c b/secnet.c index 0df6e09..b0bb4b3 100644 --- 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);