summaryrefslogtreecommitdiff
path: root/src/split.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/split.c')
-rw-r--r--src/split.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/split.c b/src/split.c
index 2962b6891..03b4c3304 100644
--- a/src/split.c
+++ b/src/split.c
@@ -384,8 +384,8 @@ closeout (FILE *fp, int fd, pid_t pid, char const *name)
if (sig2str (sig, signame) != 0)
sprintf (signame, "%d", sig);
error (sig + 128, 0,
- _("with FILE=%s, signal %s (%s) from command: %s"),
- name, signame, strsignal (sig), filter_command);
+ _("with FILE=%s, signal %s from command: %s"),
+ name, signame, filter_command);
}
}
else if (WIFEXITED (wstatus))