summaryrefslogtreecommitdiff
path: root/debian/patches/verbose_logging.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/verbose_logging.patch')
-rw-r--r--debian/patches/verbose_logging.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/debian/patches/verbose_logging.patch b/debian/patches/verbose_logging.patch
deleted file mode 100644
index 23422eb..0000000
--- a/debian/patches/verbose_logging.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-Description: Use the proper log faculty for verbose logging (LP: #1193404).
-Bug: https://bugs.launchpad.net/ubuntu/+source/walinuxagent/+bug/1193404
-Author: Ben Howard
-Last-Update: 2013-07-23
-
---- a/waagent
-+++ b/waagent
-@@ -456,7 +456,7 @@ def NoLog(message):
-
- def LogIfVerbose(message):
- if Verbose == True:
-- LogFileWithPrefix('',message)
-+ LogWithPrefix('',message)
-
- def LogWithPrefixIfVerbose(prefix, message):
- if Verbose == True: