summaryrefslogtreecommitdiff
path: root/function.c
diff options
context:
space:
mode:
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);