]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
ionice: keep output backwardly compatible
authorKarel Zak <kzak@redhat.com>
Mon, 4 Mar 2013 11:58:12 +0000 (12:58 +0100)
committerKarel Zak <kzak@redhat.com>
Mon, 4 Mar 2013 11:58:12 +0000 (12:58 +0100)
 ...bug introduced by 8c219bf463dbbae412767d269bff1cdd4e4bf4a5

Signed-off-by: Karel Zak <kzak@redhat.com>
schedutils/ionice.c

index b7e6087eaeeb4b3c1c8b1fb5c1bfbeafd3ff36ae..03e41b772a5cf2e2df4e4498e00fad6f54dff1fc 100644 (file)
@@ -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);