summaryrefslogtreecommitdiff
path: root/templates/syslog-ng.conf_trusty.erb
diff options
context:
space:
mode:
Diffstat (limited to 'templates/syslog-ng.conf_trusty.erb')
-rw-r--r--templates/syslog-ng.conf_trusty.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/syslog-ng.conf_trusty.erb b/templates/syslog-ng.conf_trusty.erb
index eb84f45..109e0da 100644
--- a/templates/syslog-ng.conf_trusty.erb
+++ b/templates/syslog-ng.conf_trusty.erb
@@ -33,7 +33,7 @@ options {
source s_all {
internal();
unix-stream("/dev/log");
-<% if (log_kernel_msgs == true) -%>
+<% if (@log_kernel_msgs == true) -%>
file("/proc/kmsg" program_override("kernel"));
<% end -%>
};