summaryrefslogtreecommitdiff
path: root/function.c
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>1999-11-27 08:09:42 +0000
committerPaul Smith <psmith@gnu.org>1999-11-27 08:09:42 +0000
commit4d5c556f00ae97b16696cc1ff779ac8e45d6fc27 (patch)
treef78cf0b79c3e13edbc8dc68f8980580bfbd8b81c /function.c
parentce3413f883242537a05c12cb3520c7563496c0d8 (diff)
downloadgunmake-4d5c556f00ae97b16696cc1ff779ac8e45d6fc27.tar.gz
* Update debugging to use string flags instead of integers.
Diffstat (limited to 'function.c')
-rw-r--r--function.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/function.c b/function.c
index 5ce56b5..988ea7f 100644
--- a/function.c
+++ b/function.c
@@ -1455,7 +1455,7 @@ func_shell (o, argv, funcname)
reap_children (1, 0);
if (batch_filename) {
- DB (DB_EXTRA, (_("Cleaning up temporary batch file %s\n"),
+ DB (DB_VERBOSE, (_("Cleaning up temporary batch file %s\n"),
batch_filename));
remove(batch_filename);
free(batch_filename);