diff --git a/bin/winvlc.c b/bin/winvlc.c index 33784e294d..e221b2e4b3 100644 --- a/bin/winvlc.c +++ b/bin/winvlc.c @@ -246,10 +246,8 @@ static void check_crashdump(void) MessageBox( NULL, L"Report sent correctly. Thanks a lot " \ "for the help.", L"Report sent", MB_OK); else - MessageBox( NULL, L"There was an error while "\ - "transferring the data to the FTP server.\n"\ - "Thanks a lot for the help.", - L"Report sending failed", MB_OK); + fprintf(stderr,"Couldn't send report to FTP server"); + InternetCloseHandle(ftp); } else