clarify error message.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4134 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2007-02-06 17:20:33 +00:00
parent cfdd586224
commit 1b4e65d4a5
1 changed files with 1 additions and 1 deletions

View File

@ -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) {