Skip to content

Commit

Permalink
presence_xml: fixed misleading error message
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Jul 24, 2017
1 parent 4ba4024 commit 3712932
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/presence_xml/presence_xml.c
Expand Up @@ -242,7 +242,7 @@ static int mod_init(void)
xcap_GetNewDoc= xcap_api.getNewDoc;
if(xcap_GetNewDoc== NULL)
{
LM_ERR("can't import get_elem from xcap_client module\n");
LM_ERR("can't import getNewDoc from xcap_client module\n");
return -1;
}

Expand Down Expand Up @@ -559,4 +559,4 @@ int mod_register(char *path, int *dlflags, void *p1, void *p2)
{
sr_kemi_modules_add(sr_kemi_presence_xml_exports);
return 0;
}
}

0 comments on commit 3712932

Please sign in to comment.