X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fcore%2Fselinux-access.c;fp=src%2Fcore%2Fselinux-access.c;h=b3835d59a5b027834ef396d581b9cfba4e41bb0b;hb=086891e5c119abb9854237fc32e736fe2d67234c;hp=a50dec3961cab361e0eec2c1fc0857c017cbbc57;hpb=fb6d9b77a71a5f007392b754bf7d8e06a6bed69a;p=elogind.git diff --git a/src/core/selinux-access.c b/src/core/selinux-access.c index a50dec396..b3835d59a 100644 --- a/src/core/selinux-access.c +++ b/src/core/selinux-access.c @@ -112,7 +112,7 @@ _printf_(2, 3) static int log_callback(int type, const char *fmt, ...) { #endif va_start(ap, fmt); - log_metav(LOG_USER | LOG_INFO, __FILE__, __LINE__, __FUNCTION__, fmt, ap); + log_metav(LOG_USER | LOG_INFO, 0, __FILE__, __LINE__, __FUNCTION__, fmt, ap); va_end(ap); return 0;