X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;ds=sidebyside;f=src%2Fshared%2Flogs-show.c;h=dff0d30d71b2378ead6918448d53c6e2ac771660;hb=11689d2a021d95a8447d938180e0962cd9439763;hp=98972eda3b08ef977ef245f6f2e8f868967c9f65;hpb=8d3d7072e609ef0e0fb37e1d19a29307d58146c3;p=elogind.git diff --git a/src/shared/logs-show.c b/src/shared/logs-show.c index 98972eda3..dff0d30d7 100644 --- a/src/shared/logs-show.c +++ b/src/shared/logs-show.c @@ -1263,7 +1263,7 @@ int show_journal_by_unit( if (r < 0) return r; - if (_unlikely_(log_get_max_level() >= LOG_PRI(LOG_DEBUG))) { + if (_unlikely_(log_get_max_level() >= LOG_DEBUG)) { _cleanup_free_ char *filter; filter = journal_make_match_string(j);