(init_server): Move log_init() before the mobility_init() so its errors are logged
to the server log.
This commit is contained in:
parent
ead51d369e
commit
c2d0528178
1 changed files with 2 additions and 2 deletions
|
@ -297,12 +297,12 @@ init_server(void)
|
||||||
io_init();
|
io_init();
|
||||||
init_nreport();
|
init_nreport();
|
||||||
|
|
||||||
|
loginit("server");
|
||||||
|
|
||||||
if (opt_MOB_ACCESS) {
|
if (opt_MOB_ACCESS) {
|
||||||
/* This fixes up mobility upon restart */
|
/* This fixes up mobility upon restart */
|
||||||
mobility_init();
|
mobility_init();
|
||||||
}
|
}
|
||||||
|
|
||||||
loginit("server");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue