aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/wrapfuncs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/wrapfuncs.c b/templates/wrapfuncs.c
index 93bb671..7648da8 100644
--- a/templates/wrapfuncs.c
+++ b/templates/wrapfuncs.c
@@ -36,6 +36,7 @@ ${maybe_async_skip}
${variadic_start}
if (pseudo_disabled) {
+ pseudo_debug(PDBGF_SYSCALL, "pseudo disabled, ${name} calling real syscall.\n");
${rc_assign} (*real_${name})(${call_args});
${variadic_end}
PROFILE_DONE;