summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarel Zak2013-03-04 12:58:12 +0100
committerKarel Zak2013-03-04 12:58:12 +0100
commit65f25186d5e71d612709e2949bd3a422c89058f1 (patch)
tree2b66d42f265b05bdf14f2b120af735679721f454
parenttests: update ipcs (reorder default output) (diff)
downloadkernel-qcow2-util-linux-65f25186d5e71d612709e2949bd3a422c89058f1.tar.gz
kernel-qcow2-util-linux-65f25186d5e71d612709e2949bd3a422c89058f1.tar.xz
kernel-qcow2-util-linux-65f25186d5e71d612709e2949bd3a422c89058f1.zip
ionice: keep output backwardly compatible
...bug introduced by 8c219bf463dbbae412767d269bff1cdd4e4bf4a5 Signed-off-by: Karel Zak <kzak@redhat.com>
-rw-r--r--schedutils/ionice.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/schedutils/ionice.c b/schedutils/ionice.c
index b7e6087ea..03e41b772 100644
--- a/schedutils/ionice.c
+++ b/schedutils/ionice.c
@@ -82,7 +82,7 @@ static void ioprio_print(int pid)
name = to_prio[ioclass];
if (ioclass != IOPRIO_CLASS_IDLE)
- printf(_("%s: priority %lu\n"), name,
+ printf(_("%s: prio %lu\n"), name,
IOPRIO_PRIO_DATA(ioprio));
else
printf("%s\n", name);