Browse Source

debugger: doku dbg.get_mod_*

Overlooked due to copy/paste.
Stefan Mititelu 9 years ago
parent
commit
a372f861f0
1 changed files with 2 additions and 2 deletions
  1. 2 2
      modules/debugger/doc/debugger_admin.xml

+ 2 - 2
modules/debugger/doc/debugger_admin.xml

@@ -918,7 +918,7 @@ $ &ctltool; fifo get_dbg_mod_facility debugger
 		</title>
 		</title>
 		<para>
 		<para>
 			Get the module log level.
 			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>
 		<para>
 		<para>
 			Name: <emphasis>dbg.get_mod_level</emphasis>
 			Name: <emphasis>dbg.get_mod_level</emphasis>
@@ -937,7 +937,7 @@ $ &ctltool; fifo get_dbg_mod_facility debugger
 		</title>
 		</title>
 		<para>
 		<para>
 			Get the module log facility.
 			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>
 		<para>
 		<para>
 			Name: <emphasis>dbg.get_mod_facility</emphasis>
 			Name: <emphasis>dbg.get_mod_facility</emphasis>