]> git.ipfire.org Git - thirdparty/asterisk.git/commit
config_options.c: Improve misleading warning.
authorNaveen Albert <asterisk@phreaknet.org>
Tue, 30 Sep 2025 20:57:58 +0000 (16:57 -0400)
committerNaveen Albert <asterisk@phreaknet.org>
Thu, 2 Oct 2025 14:43:00 +0000 (14:43 +0000)
commita51c7c14d67caf8a4d0a939d368563c31f736030
treebc79737587c16ff04f6c3bdf8d41f99780e7ccc8
parentc92041f176c84a04b33f040d73e647e193b703e9
config_options.c: Improve misleading warning.

When running "config show help <module>", if no XML documentation exists
for the specified module, "Module <module> not found." is returned,
which is misleading if the module is loaded but simply has no XML
documentation for its config. Improve the message to clarify that the
module may simply have no config documentation.

Resolves: #1489
main/config_options.c