From db8efb831e639219059d2f2fd2ac22db1da4c46b Mon Sep 17 00:00:00 2001
From: Tomas Plesnik <plesnik@ics.muni.cz>
Date: Fri, 20 Mar 2015 11:00:09 +0100
Subject: [PATCH] typo

---
 src/warden-client/etc/warden-client.conf             | 2 +-
 src/warden-client/etc/warden-client.conf.tmpl.update | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/warden-client/etc/warden-client.conf b/src/warden-client/etc/warden-client.conf
index 0d8e2b6..c274a42 100644
--- a/src/warden-client/etc/warden-client.conf
+++ b/src/warden-client/etc/warden-client.conf
@@ -60,7 +60,7 @@ $SYSLOG = 1;
 # SYSLOG_VERBOSE - enable/disable logging in verbose mode to syslog (stack info
 #                  added) if syslog logging is enabled only
 #-------------------------------------------------------------------------------
-$SYSLOG_VERBOSE = 1;
+$SYSLOG_VERBOSE = 0;
 
 #-------------------------------------------------------------------------------
 # SYSLOG_FACILITY - syslog facility
diff --git a/src/warden-client/etc/warden-client.conf.tmpl.update b/src/warden-client/etc/warden-client.conf.tmpl.update
index 814482f..2d8d807 100644
--- a/src/warden-client/etc/warden-client.conf.tmpl.update
+++ b/src/warden-client/etc/warden-client.conf.tmpl.update
@@ -49,7 +49,7 @@ $LOG_STDERR = _LOGSTDERR_;
 # LOG_STDERR_VERBOSE - enable/disable logging in verbose mode to stderr (stack
 #                      info added) if reporting to stderr is enabled only
 #-------------------------------------------------------------------------------
-$LOG_STDERR_VERBOSE = _LOGSTDERRVERBOSW_;
+$LOG_STDERR_VERBOSE = _LOGSTDERRVERBOSE_;
 
 #-------------------------------------------------------------------------------
 # SYSLOG - enable/disable syslog logging
-- 
GitLab