From 217ca5d91098c0b6b704fe3d9806378dd5dcc698 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Mon, 22 Nov 1999 06:15:35 +0000 Subject: * Add new debugging output level selection feature. --- function.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'function.c') diff --git a/function.c b/function.c index 237214e..5ce56b5 100644 --- a/function.c +++ b/function.c @@ -23,6 +23,7 @@ Boston, MA 02111-1307, USA. */ #include "dep.h" #include "job.h" #include "commands.h" +#include "debug.h" #ifdef _AMIGA #include "amiga.h" @@ -1454,8 +1455,8 @@ func_shell (o, argv, funcname) reap_children (1, 0); if (batch_filename) { - if (debug_flag) - printf(_("Cleaning up temporary batch file %s\n"), batch_filename); + DB (DB_EXTRA, (_("Cleaning up temporary batch file %s\n"), + batch_filename)); remove(batch_filename); free(batch_filename); } -- cgit v1.2.3