[asterisk-commits] config options.c: Fix warning message wording. (asterisk[13])
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu Jan 28 15:55:46 CST 2016
Mark Michelson has submitted this change and it was merged.
Change subject: config_options.c: Fix warning message wording.
......................................................................
config_options.c: Fix warning message wording.
Change-Id: I915ea437936320393afde0e7552cf0a980a6b2e4
---
M main/config_options.c
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Mark Michelson: Looks good to me, approved
Anonymous Coward #1000019: Verified
diff --git a/main/config_options.c b/main/config_options.c
index 0c706ac..2aa716b 100644
--- a/main/config_options.c
+++ b/main/config_options.c
@@ -1050,7 +1050,7 @@
}
if (!(option = ast_xml_xpath_get_first_result(results))) {
- ast_log(LOG_WARNING, "Could obtain results for option '%s' with type '%s' in module '%s'\n", name, object_name, module);
+ ast_log(LOG_WARNING, "Could not obtain results for option '%s' with type '%s' in module '%s'\n", name, object_name, module);
return XMLDOC_STRICT ? -1 : 0;
}
ast_xml_set_attribute(option, "regex", regex ? "true" : "false");
--
To view, visit https://gerrit.asterisk.org/2122
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I915ea437936320393afde0e7552cf0a980a6b2e4
Gerrit-PatchSet: 1
Gerrit-Project: asterisk
Gerrit-Branch: 13
Gerrit-Owner: Richard Mudgett <rmudgett at digium.com>
Gerrit-Reviewer: Anonymous Coward #1000019
Gerrit-Reviewer: Mark Michelson <mmichelson at digium.com>
More information about the asterisk-commits
mailing list