mirror of
https://github.com/systemd/systemd
synced 2025-10-05 03:34:46 +02:00
Compare commits
2 Commits
e39288193f
...
17e9000164
Author | SHA1 | Date | |
---|---|---|---|
![]() |
17e9000164 | ||
![]() |
fcc3c20ca3 |
@ -210,9 +210,13 @@ tests += [
|
||||
libgpg_error,
|
||||
libm]],
|
||||
|
||||
[['src/resolve/test-dnssec-complex.c',
|
||||
'src/resolve/dns-type.c'],
|
||||
[], [], resolve_includes, '', 'manual'],
|
||||
[['src/resolve/test-dnssec-complex.c'],
|
||||
[libsystemd_resolve_core,
|
||||
libshared],
|
||||
[libgcrypt,
|
||||
libgpg_error,
|
||||
libm],
|
||||
[], '', 'manual'],
|
||||
]
|
||||
|
||||
fuzzers += [
|
||||
|
@ -1396,7 +1396,7 @@ int show_journal(
|
||||
bool noaccess = journal_access_blocked(j);
|
||||
|
||||
if (line == 0 && noaccess)
|
||||
fprintf(f, "Warning: some journal files were not opened due to insufficient permissions.");
|
||||
fprintf(f, "Warning: some journal files were not opened due to insufficient permissions.\n");
|
||||
else if (!noaccess)
|
||||
fprintf(f, "Notice: journal has been rotated since unit was started, output may be incomplete.\n");
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user