mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-15 21:49:02 -04:00
A little less debug saying WEEEE :]
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9106 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
parent
42c5b19a26
commit
87bb85f35c
@ -382,8 +382,8 @@ class SQLConn : public classbase
|
|||||||
int tds_res;
|
int tds_res;
|
||||||
while (tds_process_tokens(sock, &tds_res, NULL, TDS_TOKEN_RESULTS) == TDS_SUCCEED)
|
while (tds_process_tokens(sock, &tds_res, NULL, TDS_TOKEN_RESULTS) == TDS_SUCCEED)
|
||||||
{
|
{
|
||||||
Instance->Logs->Log("m_mssql",DEBUG,"<******> result type: %d", tds_res);
|
//Instance->Logs->Log("m_mssql",DEBUG,"<******> result type: %d", tds_res);
|
||||||
Instance->Logs->Log("m_mssql",DEBUG,"AFFECTED ROWS: %d", sock->rows_affected);
|
//Instance->Logs->Log("m_mssql",DEBUG,"AFFECTED ROWS: %d", sock->rows_affected);
|
||||||
switch (tds_res)
|
switch (tds_res)
|
||||||
{
|
{
|
||||||
case TDS_ROWFMT_RESULT:
|
case TDS_ROWFMT_RESULT:
|
||||||
@ -435,8 +435,6 @@ class SQLConn : public classbase
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Instance->Logs->Log("m_mssql",DEBUG,"WEEEEEEEEE 4");
|
|
||||||
|
|
||||||
results.push_back(res);
|
results.push_back(res);
|
||||||
SendNotify();
|
SendNotify();
|
||||||
return SQLerror();
|
return SQLerror();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user