diff options
Diffstat (limited to 'src/LYMain.c')
-rw-r--r-- | src/LYMain.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/LYMain.c b/src/LYMain.c index 89db134d..8b1c838a 100644 --- a/src/LYMain.c +++ b/src/LYMain.c @@ -1192,6 +1192,10 @@ PUBLIC int main ARGS2( /* * Process the configuration file. */ + if (TRACE) { + fprintf(stderr, + "Loading cfg file '%s'.\n", lynx_cfg_file); + } read_cfg(lynx_cfg_file); FREE(lynx_cfg_file); |