]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Doxygen
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Fri, 5 Jun 2015 04:29:49 +0000 (22:29 -0600)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Fri, 5 Jun 2015 04:29:56 +0000 (22:29 -0600)
src/include/log.h

index 00a1a26c896fd0875e5c262a32d563ec4af1a9a6..2736591779e3c80137b1a753bf75e5d2182595c5 100644 (file)
@@ -343,7 +343,6 @@ do {\
  * This is useful for areas of code which are run on server startup, and when
  * processing requests.
  *
- * @param _l_prefix added to global messages.
  * @param _l_request The name of a R* logging macro e.g. RDEBUG3.
  * @param _l_global The name of a global logging macro e.g. DEBUG3.
  * @param fmt printf style format string.