summaryrefslogtreecommitdiff
path: root/src/burn/engine/logging.cpp
diff options
context:
space:
mode:
authorBob Arnson <bob@firegiant.com>2024-03-14 13:48:20 -0400
committerBob Arnson <github@bobs.org>2024-03-14 17:21:36 -0400
commitf104c01bc29378b544c0f458c45106bcfd63c11b (patch)
treeb93f92258c794610d7ad665fd4683a10cd4faae1 /src/burn/engine/logging.cpp
parentdabcb37846e8f6da9d43984863678e9a4cf57b3e (diff)
downloadwix-f104c01bc29378b544c0f458c45106bcfd63c11b.tar.gz
wix-f104c01bc29378b544c0f458c45106bcfd63c11b.tar.bz2
wix-f104c01bc29378b544c0f458c45106bcfd63c11b.zip
Clean up Burn a bit.
Diffstat (limited to 'src/burn/engine/logging.cpp')
-rw-r--r--src/burn/engine/logging.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/burn/engine/logging.cpp b/src/burn/engine/logging.cpp
index f381193f..8a1f6510 100644
--- a/src/burn/engine/logging.cpp
+++ b/src/burn/engine/logging.cpp
@@ -110,7 +110,7 @@ extern "C" HRESULT LoggingOpen(
110 } 110 }
111 } 111 }
112 112
113 // Open the log approriately. 113 // Open the log appropriately.
114 if (pLog->sczPath && *pLog->sczPath) 114 if (pLog->sczPath && *pLog->sczPath)
115 { 115 {
116 DWORD cRetry = 0; 116 DWORD cRetry = 0;