summaryrefslogtreecommitdiff
path: root/templates/torrc.global.erb
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2014-06-13 20:21:37 +0200
committermh <mh@immerda.ch>2014-06-13 20:21:37 +0200
commitbf6ff32f063cf70b69a61fc35ee840e2f9b34119 (patch)
tree96482338ca6ca28080c5526aec4d69118fa6b925 /templates/torrc.global.erb
parent1d4203344763ef9870e92a4b47ceab2dede83550 (diff)
fix variable
Diffstat (limited to 'templates/torrc.global.erb')
-rw-r--r--templates/torrc.global.erb4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/torrc.global.erb b/templates/torrc.global.erb
index fc8c11e..f577673 100644
--- a/templates/torrc.global.erb
+++ b/templates/torrc.global.erb
@@ -12,8 +12,8 @@ Log notice syslog
Log <%= log_rule %>
<% end -%>
<% end -%>
-<%- if safe_logging != 1 then -%>
-SafeLogging <%= safe_logging %>
+<%- if @safe_logging != 1 then -%>
+SafeLogging <%= @safe_logging %>
<%- end -%>
<% if (v=scope.lookupvar('tor::daemon::automap_hosts_on_resolve')) != '0' -%>