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

Sean Bright asteriskteam at digium.com
Thu Feb 2 08:21:57 CST 2023


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


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/78/19878/1

diff --git a/apps/app_queue.c b/apps/app_queue.c
index 288c0ff..66f32c8 100644
--- a/apps/app_queue.c
+++ b/apps/app_queue.c
@@ -1277,7 +1277,7 @@
 			</syntax>
 			<see-also>
 				<ref type="application">PauseQueueMember</ref>
-				<ref type="application">UnPauseQueueMember</ref>
+				<ref type="application">UnpauseQueueMember</ref>
 			</see-also>
 		</managerEventInstance>
 	</managerEvent>
@@ -8172,7 +8172,7 @@
 	return 0;
 }
 
-/*! \brief UnPauseQueueMember application */
+/*! \brief UnpauseQueueMember application */
 static int upqm_exec(struct ast_channel *chan, const char *data)
 {
 	char *parse;
@@ -8193,7 +8193,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/+/19878
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings

Gerrit-Project: asterisk
Gerrit-Branch: 20
Gerrit-Change-Id: I7534e7a925bf92a7b5a5347f5f54225768c162fe
Gerrit-Change-Number: 19878
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/1e246cbb/attachment-0001.html>


More information about the asterisk-code-review mailing list