Skip to content

Commit

Permalink
Don't report an error if no event registered
Browse files Browse the repository at this point in the history
  • Loading branch information
vladpaiu committed Aug 4, 2014
1 parent 80793b7 commit 4669637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/db_mysql/dbase.c
Expand Up @@ -74,7 +74,7 @@ static inline void mysql_raise_event(const db_con_t *conn)
{
evi_params_p list = NULL;
if (mysql_evi_id == EVI_ERROR) {
LM_ERR("event not registered %d\n", mysql_evi_id);
LM_DBG("event not registered %d\n", mysql_evi_id);
return;
}

Expand Down

0 comments on commit 4669637

Please sign in to comment.