aboutsummaryrefslogtreecommitdiffstats
path: root/doc/startup.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/startup.txt')
-rw-r--r--doc/startup.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/startup.txt b/doc/startup.txt
index cc643758..50766e48 100644
--- a/doc/startup.txt
+++ b/doc/startup.txt
@@ -6,7 +6,7 @@ The start-up procedure of OsmoBTS can be described as follows:
|===
| bts-specific | main() |
| common | bts_main() | initialization of talloc contexts
-| common | bts_log_init() | initialization of logging
+| common | osmo_init_logging2() | initialization of logging
| common | handle_options() | common option parsing
| bts-specific | bts_model_handle_options() | model-specific option parsing
| common | gsm_bts_alloc() | allocation of BTS/TRX/TS data structures