From c9c702dc424fce993d514e36fb1b3b932643c1f3 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sun, 31 Jul 2022 11:25:11 -0500 Subject: [PATCH] Error message tweak. --- toys/other/taskset.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toys/other/taskset.c b/toys/other/taskset.c index aae8ce21..9847c43f 100644 --- a/toys/other/taskset.c +++ b/toys/other/taskset.c @@ -43,7 +43,7 @@ config TASKSET static void do_taskset(pid_t pid, int quiet) { unsigned long *mask = (unsigned long *)toybuf; - char *s = *toys.optargs, *failed = "failed to %s %d's affinity"; + char *s = *toys.optargs, *failed = "failed to %s pid %d's affinity"; int i, j, k; // loop through twice to display before/after affinity masks -- 2.39.2