네이버 블로그 통계 계산하는 부분 수정
git-svn-id: svn://192.168.0.12/source@309 8346c931-da38-4b9b-9d4c-e48b93cbd075
This commit is contained in:
@@ -35,7 +35,7 @@ void SEffectProcess::slotOk()
|
||||
void SEffectProcess::slotError(E_ERROR_CODE _error, const QString& _msg)
|
||||
{
|
||||
qDebug() << "slotError";
|
||||
qDebug() << _msg;
|
||||
//qDebug() << _msg;
|
||||
std::cout << 'x' << SEPERATOR.toStdString() << m_pParam[E_PARAM_EVENT_CODE].toStdString()
|
||||
<< SEPERATOR.toStdString() << m_pParam[E_PARAM_URL].toStdString()
|
||||
<< SEPERATOR.toStdString() << EnumErrorCodetostrErrorCode(_error).toStdString()
|
||||
|
||||
Reference in New Issue
Block a user