diff --git a/src/detect-content.c b/src/detect-content.c index c4f0a17a3f..e3d1cb478e 100644 --- a/src/detect-content.c +++ b/src/detect-content.c @@ -151,7 +151,7 @@ int DetectContentDataParse(const char *keyword, const char *contentstr, else if (str[i] != ',') { SCLogError("Invalid hex code in " "content - %s, hex %c. Invalidating signature.", - str, str[i]); + contentstr, str[i]); goto error; } } else if (escape) {