1
0
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.

2 changed files with 4 additions and 8 deletions

View File

@ -210,13 +210,9 @@ tests += [
libgpg_error, libgpg_error,
libm]], libm]],
[['src/resolve/test-dnssec-complex.c'], [['src/resolve/test-dnssec-complex.c',
[libsystemd_resolve_core, 'src/resolve/dns-type.c'],
libshared], [], [], resolve_includes, '', 'manual'],
[libgcrypt,
libgpg_error,
libm],
[], '', 'manual'],
] ]
fuzzers += [ fuzzers += [

View File

@ -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.\n"); fprintf(f, "Warning: some journal files were not opened due to insufficient permissions.");
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