Skip to content

Commit

Permalink
presence: switch warning to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Emmanuel Schmidbauer committed Jan 23, 2019
1 parent 3e73130 commit a466917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/presence/presentity.c
Expand Up @@ -427,7 +427,7 @@ int delete_presentity_if_dialog_id_exists(
old_presentity.event = presentity->event;
old_presentity.etag = tmp_db_etag;

LM_WARN("Presentity already exists - deleting it\n");
LM_DBG("Presentity found - deleting it\n");

if(delete_presentity(&old_presentity, NULL) < 0) {
LM_ERR("failed to delete presentity\n");
Expand Down

0 comments on commit a466917

Please sign in to comment.