Skip to content

Commit 3e6533e

Browse files
committed
OVAL/probes: Add missing argument to debug message
1 parent 29603c5 commit 3e6533e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/OVAL/probes/unix/linux/rpminfo_probe.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ static int get_rpminfo(struct rpminfo_req *req, struct rpminfo_rep **rep, struct
177177
regex_t keyid_regex;
178178

179179
if (regcomp(&keyid_regex, g_keyid_regex_string, REG_EXTENDED) != 0) {
180-
dE("regcomp(%s) failed.");
180+
dE("regcomp(%s) failed.", g_keyid_regex_string);
181181
return -1;
182182
}
183183

0 commit comments

Comments
 (0)