--- fsl.c 2002/07/31 11:39:13 1.42
+++ fsl.c 2002/07/31 12:58:03 1.43
@@ -53,6 +53,9 @@
/* autoconfiguration */
#include "config.h"
+/* version */
+#include "fsl_version.c"
+
/* pcre static vector size */
#define OVECSIZE 30
@@ -693,7 +696,7 @@
openfsldebug();
/* tracing */
- fsldebug(L2_LEVEL_TRACE, "openlog() ident=\"%s\", logopt=0x%.8lx, facility=0x%.8lx)", ident, logopt, facility);
+ fsldebug(L2_LEVEL_TRACE, "openlog() ident=\"%s\", logopt=0x%.8lx, facility=0x%.8lx; caught by FSL %s", ident, logopt, facility, fsl_version.v_gnu);
/* remember logopt and handle unsupported values */
ctx.logopt = logopt;
|