X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;f=secnet.c;h=69467de0172672dd4cb1070b7461b844ff07f290;hb=d7753432550e321fb5c369840500e5830f7b31f9;hp=1762fd7734fad14f53f0fb01c711d2d5d6589f50;hpb=1fc8a4acb3ef658696038c9c4bd3c155fbc27ac3;p=secnet.git diff --git a/secnet.c b/secnet.c index 1762fd7..69467de 100644 --- a/secnet.c +++ b/secnet.c @@ -4,7 +4,7 @@ * * secnet is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version d of the License, or + * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * * secnet is distributed in the hope that it will be useful, but @@ -493,6 +493,7 @@ int main(int argc, char **argv) { dict_t *config; + log_early_init(); phase_hooks_init(); enter_phase(PHASE_GETOPTS);