[Asterisk-code-review] app_queue.c: Minor docs and logging fixes for UnpauseQueueMember. (asterisk[master])

Sean Bright asteriskteam at digium.com
Thu Feb 2 08:22:05 CST 2023


Sean Bright has uploaded this change for review. ( https://gerrit.asterisk.org/c/asterisk/+/19879 )


Change subject: app_queue.c: Minor docs and logging fixes for UnpauseQueueMember.
......................................................................

app_queue.c: Minor docs and logging fixes for UnpauseQueueMember.

Change-Id: I7534e7a925bf92a7b5a5347f5f54225768c162fe
---
M apps/app_queue.c
1 file changed, 12 insertions(+), 3 deletions(-)



  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/79/19879/1

diff --git a/apps/app_queue.c b/apps/app_queue.c
index c5b7d10..fe0de47 100644
--- a/apps/app_queue.c
+++ b/apps/app_queue.c
@@ -1262,7 +1262,7 @@
 			</syntax>
 			<see-also>
 				<ref type="application">PauseQueueMember</ref>
-				<ref type="application">UnPauseQueueMember</ref>
+				<ref type="application">UnpauseQueueMember</ref>
 			</see-also>
 		</managerEventInstance>
 	</managerEvent>
@@ -8084,7 +8084,7 @@
 	return 0;
 }
 
-/*! \brief UnPauseQueueMember application */
+/*! \brief UnpauseQueueMember application */
 static int upqm_exec(struct ast_channel *chan, const char *data)
 {
 	char *parse;
@@ -8105,7 +8105,7 @@
 	AST_STANDARD_APP_ARGS(args, parse);
 
 	if (ast_strlen_zero(args.interface)) {
-		ast_log(LOG_WARNING, "Missing interface argument to PauseQueueMember ([queuename],interface[,options[,reason]])\n");
+		ast_log(LOG_WARNING, "Missing interface argument to UnpauseQueueMember ([queuename],interface[,options[,reason]])\n");
 		return -1;
 	}
 

-- 
To view, visit https://gerrit.asterisk.org/c/asterisk/+/19879
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings

Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: I7534e7a925bf92a7b5a5347f5f54225768c162fe
Gerrit-Change-Number: 19879
Gerrit-PatchSet: 1
Gerrit-Owner: Sean Bright <sean at seanbright.com>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20230202/0e639d64/attachment-0001.html>


More information about the asterisk-code-review mailing list