summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAnoop C S <anoopcs@redhat.com>2016-12-06 15:25:46 +0530
committerMichael Adam <obnox@samba.org>2016-12-09 02:02:36 +0100
commitee0475d89dfcbe7451168cefb97ed023c104b01d (patch)
tree3a0c80b653ae6e26ce3d5efbe30275f8ef120157 /lib
parentc832188b7826ff3f4b0bbdcef278440dcdf6dc51 (diff)
downloadsamba-ee0475d89dfcbe7451168cefb97ed023c104b01d.tar.gz
lib/util: Fix indentation within routine description for dbghdrclass
Signed-off-by: Anoop C S <anoopcs@redhat.com> Reviewed-by: Michael Adam <obnox@samba.org> Reviewed-by: Martin Schwenke <martin@meltin.net> Autobuild-User(master): Michael Adam <obnox@samba.org> Autobuild-Date(master): Fri Dec 9 02:02:36 CET 2016 on sn-devel-144
Diffstat (limited to 'lib')
-rw-r--r--lib/util/debug.c30
1 files changed, 15 insertions, 15 deletions
diff --git a/lib/util/debug.c b/lib/util/debug.c
index 113438fa46b..37582dbd1cc 100644
--- a/lib/util/debug.c
+++ b/lib/util/debug.c
@@ -1212,21 +1212,21 @@ void dbgflush( void )
/***************************************************************************
Print a Debug Header.
- Input: level - Debug level of the message (not the system-wide debug
- level. )
- cls - Debuglevel class of the calling module.
- location - Pointer to a string containing the name of the file
- from which this function was called, or an empty string
- if the __FILE__ macro is not implemented.
- func - Pointer to a string containing the name of the function
- from which this function was called, or an empty string
- if the __FUNCTION__ macro is not implemented.
-
- Output: Always true. This makes it easy to fudge a call to dbghdr()
- in a macro, since the function can be called as part of a test.
- Eg: ( (level <= DEBUGLEVEL) && (dbghdr(level,"",line)) )
-
- Notes: This function takes care of setting current_msg_level.
+ Input: level - Debug level of the message (not the system-wide debug
+ level. )
+ cls - Debuglevel class of the calling module.
+ location - Pointer to a string containing the name of the file
+ from which this function was called, or an empty string
+ if the __FILE__ macro is not implemented.
+ func - Pointer to a string containing the name of the function
+ from which this function was called, or an empty string
+ if the __FUNCTION__ macro is not implemented.
+
+ Output: Always true. This makes it easy to fudge a call to dbghdr()
+ in a macro, since the function can be called as part of a test.
+ Eg: ( (level <= DEBUGLEVEL) && (dbghdr(level,"",line)) )
+
+ Notes: This function takes care of setting current_msg_level.
****************************************************************************/