]> 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)
committerAsterisk Development Team <asteriskteam@digium.com>
Thu, 30 Oct 2025 16:09:10 +0000 (16:09 +0000)
commit269dd62be53f5156eebce4d244d8450cb5133d4c
treece50314daa5b6eddafced670dc78b7028c12d2b0
parentff8e8f3092eb3600361af723cb74058358a16f98
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