From: Arran Cudbard-Bell Date: Fri, 5 Jun 2015 04:29:49 +0000 (-0600) Subject: Doxygen X-Git-Tag: release_3_0_9~254 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d95aa1aaf5ad2eaff7d7c69e3ca15b5d60a0975a;p=thirdparty%2Ffreeradius-server.git Doxygen --- diff --git a/src/include/log.h b/src/include/log.h index 00a1a26c896..2736591779e 100644 --- a/src/include/log.h +++ b/src/include/log.h @@ -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.