From b6d1bf3e848145782f61e46996c9a4b488708166 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Sun, 24 Feb 2008 15:41:33 +0100 Subject: [PATCH] src/utils_match.c: Added a debug message to print the received regex. Escapes in the configfile made it interesting what string actually arrives at the plugin. --- src/utils_match.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/utils_match.c b/src/utils_match.c index 4485f273..dccb40a7 100644 --- a/src/utils_match.c +++ b/src/utils_match.c @@ -131,6 +131,8 @@ cu_match_t *match_create_callback (const char *regex, cu_match_t *obj; int status; + DEBUG ("utils_match: match_create_callback: regex = %s", regex); + obj = (cu_match_t *) malloc (sizeof (cu_match_t)); if (obj == NULL) return (NULL); -- 2.11.0