chiark / gitweb /
terminal/sysview: introduce SETTLE events
[elogind.git] / src / journal / coredumpctl.c
index 756e793a4fed14bea20771f5e38ed7a8248fae44..62983a73e4d19bf212a9adb42a24ec852c27d3e4 100644 (file)
@@ -35,7 +35,6 @@
 #include "pager.h"
 #include "macro.h"
 #include "journal-internal.h"
-#include "copy.h"
 #include "compress.h"
 #include "sigbus.h"
 
@@ -822,7 +821,7 @@ int main(int argc, char *argv[]) {
                 }
         }
 
-        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);