네이버 블로그 통계 계산하는 부분 수정

git-svn-id: svn://192.168.0.12/source@309 8346c931-da38-4b9b-9d4c-e48b93cbd075
This commit is contained in:
admin
2016-11-04 10:44:33 +00:00
parent 73acdf3d3c
commit 1201983c4d
6 changed files with 34 additions and 28 deletions

View File

@@ -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()