diff options
Diffstat (limited to 'function.c')
-rw-r--r-- | function.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |