mirror of
https://github.com/systemd/systemd.git
synced 2026-08-04 15:10:33 +00:00
journalctl: don't claim the journal was stored on disk
Let's just say that the journal takes up space in the file system, not on disk, as tmpfs is definitely a file system, but not a disk. Fixes: #4059
This commit is contained in:
@@ -2266,7 +2266,7 @@ int main(int argc, char *argv[]) {
|
||||
if (r < 0)
|
||||
goto finish;
|
||||
|
||||
printf("Archived and active journals take up %s on disk.\n",
|
||||
printf("Archived and active journals take up %s in the file system.\n",
|
||||
format_bytes(sbytes, sizeof(sbytes), bytes));
|
||||
goto finish;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user