1
0

Dokan logging

This commit is contained in:
Scott E. Graves
2017-03-24 16:54:52 -05:00
parent 3b61b53fd1
commit f6669f7f18
3 changed files with 2 additions and 5 deletions

View File

@@ -871,7 +871,7 @@ public:
_dokanOptions.Version = DOKAN_VERSION;
_dokanOptions.ThreadCount = 0; // use default
#ifdef _DEBUG
_dokanOptions.Options = DOKAN_OPTION_DEBUG;
_dokanOptions.Options = DOKAN_OPTION_DEBUG | DOKAN_OPTION_DEBUG_LOG;
#endif
}