Skip to content

Commit db95880

Browse files
committedMar 18, 2025
(msg tweak)
1 parent c7d65ea commit db95880

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎bootstrap.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@ static BOOL CreateMiniDump( EXCEPTION_POINTERS* pExceptionPtrs )
571571
_wmakepath( g_wszDumpPath, g_wszHercDrive, g_wszHercDir, L"Hercules", L".dmp" );
572572

573573
_tprintf( _T("Creating crash dump \"%ls\"...\n\n"), g_wszDumpPath );
574-
_tprintf( _T("Please wait; this may take up to 2 or 3 minutes...\n\n") );
574+
_tprintf( _T("Please wait; this may take up to 5 or 6 minutes to complete...\n\n") );
575575
_tprintf( _T("(another message will appear when the dump is complete)\n\n") );
576576

577577
hDumpFile = CreateFileW

0 commit comments

Comments
 (0)