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