Skip to content

Commit

Permalink
Updated log macro used for reporting event_rabbitmq heartbeat modparam
Browse files Browse the repository at this point in the history
(cherry picked from commit 25fc10c)
  • Loading branch information
Jarrod Baumann authored and vladpaiu committed May 1, 2015
1 parent f187657 commit 59d7d48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/event_rabbitmq/event_rabbitmq.c
Expand Up @@ -127,7 +127,7 @@ static int mod_init(void)
LM_WARN("heartbeat is disabled according to the modparam configuration\n");
heartbeat = 0;
} else {
LM_WARN("heartbeat is enabled for [%d] seconds\n", heartbeat);
LM_NOTICE("heartbeat is enabled for [%d] seconds\n", heartbeat);
}

return 0;
Expand Down

0 comments on commit 59d7d48

Please sign in to comment.