1
0
mirror of https://github.com/systemd/systemd synced 2024-07-05 17:39:42 +00:00

coredumpctl: rename table entry

"Disk Size" could be mistaken for "Size of the Disk".
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2022-09-17 12:20:33 +02:00
parent 8a9651088f
commit 7f8afa6dc1
2 changed files with 2 additions and 2 deletions

View File

@ -380,7 +380,7 @@ Fri … 552351 1000 1000 SIGSEGV present /usr/lib64/firefox/firefox 28.7M
Machine ID: …
Hostname: …
Storage: /var/lib/systemd/coredump/core.bash.1000.….zst (present)
Disk Size: 51.7K
Size on Disk: 51.7K
Message: Process 130414 (bash) of user 1000 dumped core.
Stack trace of thread 130414:

View File

@ -717,7 +717,7 @@ static int print_info(FILE *file, sd_journal *j, bool need_space) {
ansi_normal());
if (size != UINT64_MAX)
fprintf(file, " Disk Size: %s\n", FORMAT_BYTES(size));
fprintf(file, " Size on Disk: %s\n", FORMAT_BYTES(size));
} else if (coredump)
fprintf(file, " Storage: journal\n");