summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/machine/machinectl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/machine/machinectl.c b/src/machine/machinectl.c
index 7746ecba1a..9b6a6cebda 100644
--- a/src/machine/machinectl.c
+++ b/src/machine/machinectl.c
@@ -475,7 +475,7 @@ static int print_uid_shift(sd_bus *bus, const char *name) {
if (shift == 0) /* Don't show trivial mappings */
return 0;
- printf(" UID Shift: %" PRIu32 "\n", shift);
+ printf(" UID Shift: %" PRIu32 "\n", shift);
return 0;
}