chiark / gitweb /
cat: fix priority type
[elogind.git] / src / journal / cat.c
index 31d76f33bb8c19ebf6f99c41f7398cce0c50c24d..f0a666642c64b75e2760f4dc23c0c8d7885a0c06 100644 (file)
@@ -33,7 +33,7 @@
 #include "build.h"
 
 static char *arg_identifier = NULL;
-static char arg_priority = LOG_INFO;
+static int arg_priority = LOG_INFO;
 static bool arg_level_prefix = true;
 
 static int help(void) {