clarify error message.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4134 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
cfdd586224
commit
1b4e65d4a5
|
@ -1119,7 +1119,7 @@ SWITCH_DECLARE(switch_xml_t) switch_xml_open_root(uint8_t reload, const char **e
|
|||
switch_set_flag(MAIN_XML_ROOT, SWITCH_XML_ROOT);
|
||||
}
|
||||
} else {
|
||||
*err = "Cannot Open XML Root!";
|
||||
*err = "Cannot Open log directory or XML Root!";
|
||||
}
|
||||
|
||||
if (hasmain) {
|
||||
|
|
Loading…
Reference in New Issue