]> 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)
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Thu, 2 Oct 2025 14:43:06 +0000 (14:43 +0000)
commit037bf58c788c7306bbb588dea48e105e3a548e8a
tree2e9a39eff1ed554fd7c9d96fa1b26fa8465ee74c
parent45646be97a2794f48d04ab8aed347b582b490d28
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