Module: kamailio
Branch: master
Commit: a372f861f04b04f08d68f28a95f12a13776be891
URL:
https://github.com/kamailio/kamailio/commit/a372f861f04b04f08d68f28a95f12a1…
Author: Stefan Mititelu <stefan.mititelu(a)1and1.ro>
Committer: Stefan Mititelu <stefan.mititelu(a)1and1.ro>
Date: 2016-01-07T11:11:35+02:00
debugger: doku dbg.get_mod_*
Overlooked due to copy/paste.
---
Modified: modules/debugger/doc/debugger_admin.xml
---
Diff:
https://github.com/kamailio/kamailio/commit/a372f861f04b04f08d68f28a95f12a1…
Patch:
https://github.com/kamailio/kamailio/commit/a372f861f04b04f08d68f28a95f12a1…
---
diff --git a/modules/debugger/doc/debugger_admin.xml
b/modules/debugger/doc/debugger_admin.xml
index 04ba4ee..d0f3511 100644
--- a/modules/debugger/doc/debugger_admin.xml
+++ b/modules/debugger/doc/debugger_admin.xml
@@ -918,7 +918,7 @@ $ &ctltool; fifo get_dbg_mod_facility debugger
</title>
<para>
Get the module log level.
- If module does not exist in kamailio, the entry in the level hashtable is still added
for the bogus module.
+ If mod_name does not exist in the level hashtable, returns the config file value.
</para>
<para>
Name: <emphasis>dbg.get_mod_level</emphasis>
@@ -937,7 +937,7 @@ $ &ctltool; fifo get_dbg_mod_facility debugger
</title>
<para>
Get the module log facility.
- If module does not exist in kamailio, the entry in the facility hashtable is still
added for the bogus module.
+ If mod_name does not exist in the facility hashtable, returns the config file value.
</para>
<para>
Name: <emphasis>dbg.get_mod_facility</emphasis>