diff options
Diffstat (limited to 'src/test/BurnUnitTest/BurnTestFixture.h')
-rw-r--r-- | src/test/BurnUnitTest/BurnTestFixture.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/BurnUnitTest/BurnTestFixture.h b/src/test/BurnUnitTest/BurnTestFixture.h index 6b041641..103972ef 100644 --- a/src/test/BurnUnitTest/BurnTestFixture.h +++ b/src/test/BurnUnitTest/BurnTestFixture.h | |||
@@ -35,6 +35,8 @@ namespace Bootstrapper | |||
35 | 35 | ||
36 | LogInitialize(::GetModuleHandleW(NULL)); | 36 | LogInitialize(::GetModuleHandleW(NULL)); |
37 | 37 | ||
38 | LogSetLevel(REPORT_DEBUG, FALSE); | ||
39 | |||
38 | hr = LogOpen(NULL, L"BurnUnitTest", NULL, L"txt", FALSE, FALSE, NULL); | 40 | hr = LogOpen(NULL, L"BurnUnitTest", NULL, L"txt", FALSE, FALSE, NULL); |
39 | TestThrowOnFailure(hr, L"Failed to open log."); | 41 | TestThrowOnFailure(hr, L"Failed to open log."); |
40 | } | 42 | } |