Unify all log recording in the program
This commit is contained in:
@@ -947,18 +947,18 @@ void CFileManagerDlg::OnReceiveComplete()
|
||||
}
|
||||
catch (CMemoryException* e)
|
||||
{
|
||||
OutputDebugStringA("[ERROR] CMemoryException\n");
|
||||
Mprintf("[ERROR] CMemoryException\n");
|
||||
}
|
||||
catch (CFileException* e)
|
||||
{
|
||||
OutputDebugStringA("[ERROR] CFileException\n");
|
||||
Mprintf("[ERROR] CFileException\n");
|
||||
}
|
||||
catch (CException* e)
|
||||
{
|
||||
OutputDebugStringA("[ERROR] CException\n");
|
||||
Mprintf("[ERROR] CException\n");
|
||||
}
|
||||
catch (...) {
|
||||
OutputDebugStringA("[ERROR] Other exception\n");
|
||||
Mprintf("[ERROR] Other exception\n");
|
||||
}
|
||||
break;
|
||||
case TOKEN_FILE_SIZE: // <20><><EFBFBD><EFBFBD><EFBFBD>ļ<EFBFBD>ʱ<EFBFBD>ĵ<EFBFBD>һ<EFBFBD><D2BB><EFBFBD><EFBFBD><EFBFBD>ݰ<EFBFBD><DDB0><EFBFBD><EFBFBD>ļ<EFBFBD><C4BC><EFBFBD>С<EFBFBD><D0A1><EFBFBD><EFBFBD><EFBFBD>ļ<EFBFBD><C4BC><EFBFBD>
|
||||
|
||||
Reference in New Issue
Block a user