mirror of
https://github.com/systemd/systemd
synced 2025-10-05 19:54:46 +02:00
Compare commits
No commits in common. "17e90001643d07a7353ba88417e12be2ff0fa042" and "e39288193fcdf3a36dbc49b78e6c9bf86a764e31" have entirely different histories.
17e9000164
...
e39288193f
@ -210,13 +210,9 @@ tests += [
|
||||
libgpg_error,
|
||||
libm]],
|
||||
|
||||
[['src/resolve/test-dnssec-complex.c'],
|
||||
[libsystemd_resolve_core,
|
||||
libshared],
|
||||
[libgcrypt,
|
||||
libgpg_error,
|
||||
libm],
|
||||
[], '', 'manual'],
|
||||
[['src/resolve/test-dnssec-complex.c',
|
||||
'src/resolve/dns-type.c'],
|
||||
[], [], resolve_includes, '', '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.\n");
|
||||
fprintf(f, "Warning: some journal files were not opened due to insufficient permissions.");
|
||||
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