[Asterisk-code-review] config options.c: Fix warning message wording. (asterisk[13])

Richard Mudgett asteriskteam at digium.com
Thu Jan 28 12:49:12 CST 2016


Richard Mudgett has uploaded a new change for review.

  https://gerrit.asterisk.org/2122

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(-)


  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/22/2122/1

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: newchange
Gerrit-Change-Id: I915ea437936320393afde0e7552cf0a980a6b2e4
Gerrit-PatchSet: 1
Gerrit-Project: asterisk
Gerrit-Branch: 13
Gerrit-Owner: Richard Mudgett <rmudgett at digium.com>



More information about the asterisk-code-review mailing list