Skip to content

Commit

Permalink
fix print label; leave LM_DBG as it was
Browse files Browse the repository at this point in the history
  • Loading branch information
ionutrazvanionita committed Dec 16, 2015
1 parent a514e4f commit c357e61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/fraud_detection/fraud_detection.c
Expand Up @@ -173,7 +173,7 @@ static void set_lengths(void)

static int mod_init(void)
{
LM_INFO("Initializing module\n");
LM_DBG("Initializing module\n");
init_db_url(db_url, 0);

if ((frd_data_lock = lock_init_rw()) == NULL) {
Expand Down

0 comments on commit c357e61

Please sign in to comment.