diff --git a/base/services/eventlog/eventlog.c b/base/services/eventlog/eventlog.c index 4e29c2ed766..85bf92d4da5 100644 --- a/base/services/eventlog/eventlog.c +++ b/base/services/eventlog/eventlog.c @@ -503,8 +503,8 @@ int wmain(int argc, WCHAR* argv[]) LogfListInitialize(); InitEventSourceList(); +__debugbreak(); GetSystemWindowsDirectoryW(LogPath, ARRAYSIZE(LogPath)); - if (GetDriveTypeW(LogPath) == DRIVE_CDROM) { DPRINT("LiveCD detected\n");