lib/util: Fix input arguments description for dbghdrclass() routine
authorAnoop C S <anoopcs@redhat.com>
Tue, 6 Dec 2016 09:50:51 +0000 (15:20 +0530)
committerMichael Adam <obnox@samba.org>
Thu, 8 Dec 2016 21:12:12 +0000 (22:12 +0100)
Signed-off-by: Anoop C S <anoopcs@redhat.com>
Reviewed-by: Michael Adam <obnox@samba.org>
Reviewed-by: Martin Schwenke <martin@meltin.net>
lib/util/debug.c

index 99b1584a7af563b47d7cf05b0ccec8894080d048..113438fa46b4016d9bfcab3bd2d9ec650ac2a9c6 100644 (file)
@@ -1215,14 +1215,12 @@ void dbgflush( void )
  Input:  level - Debug level of the message (not the system-wide debug
                   level. )
          cls   - Debuglevel class of the calling module.
-          file  - Pointer to a string containing the name of the file
+          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.
-         line  - line number of the call to dbghdr, assuming __LINE__
-                 works.
 
   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.