diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2022-08-03 18:28:58 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2022-09-28 13:21:40 -0400 |
commit | ace605ee4d96b7ee2891246655478f46862d357f (patch) | |
tree | e9e59800591255b168e73bd015762e2ba74da662 /src/doc_reform/io_in | |
parent | org nix adjust (diff) |
org noweb adjustments
Diffstat (limited to 'src/doc_reform/io_in')
-rw-r--r-- | src/doc_reform/io_in/read_config_files.d | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc_reform/io_in/read_config_files.d b/src/doc_reform/io_in/read_config_files.d index 8813e16..64d548b 100644 --- a/src/doc_reform/io_in/read_config_files.d +++ b/src/doc_reform/io_in/read_config_files.d @@ -166,7 +166,7 @@ webserv: } } if (config_file_str.length == 0) { /+ use dummy default config file +/ - writeln("WARNING config file NOT found, default provided"); + // writeln("WARNING config file NOT found, default provided"); conf_filename = "VIRTUAL"; config_file_str = default_config_file_str; } |