24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-04 21:27:16 +02:00

* trunk/src/odbc/ejabberd_odbc.erl: Move trace to debug loglevel (EJAB-940) (EJABS-859) (CR-EJAB-10)

SVN Revision: 2093
This commit is contained in:
Mickaël Rémond 2009-05-21 16:23:27 +00:00
parent b8f094b080
commit 270662c07b

View File

@ -257,7 +257,7 @@ sql_query_internal(State, Query) ->
mysql ->
?DEBUG("MySQL, Send query~n~p~n", [Query]),
R = mysql_to_odbc(mysql_conn:fetch(State#state.db_ref, Query, self())),
?INFO_MSG("MySQL, Received result~n~p~n", [R]),
?DEBUG("MySQL, Received result~n~p~n", [R]),
R
end,
case Nested of