diff options
| author | Thomas Weißschuh <thomas@t-8ch.de> | 2023-10-18 10:58:46 +0200 |
|---|---|---|
| committer | Thomas Weißschuh <thomas@t-8ch.de> | 2023-11-14 21:55:36 +0100 |
| commit | c2a8706039733bd9571dceacf1a0c96f6fdb1c7a (patch) | |
| tree | 13b4416b43c4a5e1f6eac817c4798432d94806d2 /libfdisk/src/script.c | |
| parent | f169ab3dff8d5a6fe4e1a9a1234b0dceb6607b58 (diff) | |
| download | util-linux-c2a8706039733bd9571dceacf1a0c96f6fdb1c7a.tar.gz | |
libfdisk: fix typo in debug message
Signed-off-by: Thomas Weißschuh <thomas@t-8ch.de>
Diffstat (limited to 'libfdisk/src/script.c')
| -rw-r--r-- | libfdisk/src/script.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libfdisk/src/script.c b/libfdisk/src/script.c index f537a7d99e..efa743f91d 100644 --- a/libfdisk/src/script.c +++ b/libfdisk/src/script.c @@ -1108,7 +1108,7 @@ static int parse_size_value(struct fdisk_script *dp, struct fdisk_partition *pa, done: DBG(SCRIPT, ul_debugobj(dp, " size parse result: rc=%d, move=%s, size=%ju, default=%s", rc, pa->resize == FDISK_RESIZE_REDUCE ? "reduce" : - pa->resize == FDISK_RESIZE_ENLARGE ? "enlage" : "none", + pa->resize == FDISK_RESIZE_ENLARGE ? "enlarge" : "none", pa->size, pa->end_follow_default ? "on" : "off")); return rc; |
