aboutsummaryrefslogtreecommitdiff
path: root/sftsr.c
diff options
context:
space:
mode:
Diffstat (limited to 'sftsr.c')
-rw-r--r--sftsr.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sftsr.c b/sftsr.c
index 933cf24..77b325c 100644
--- a/sftsr.c
+++ b/sftsr.c
@@ -1148,9 +1148,11 @@ static bool int2f_11_handler(union INTPACK r)
return true;
}
+#if TRACE_CALLS
dlog_print("2f al=");
dlog_printx(r.h.al);
dlog_endline();
+#endif
// Handle special functions that target all redirectors first
switch (r.h.al) {