<p>Patch set 1:<span style="border-radius: 3px; display: inline-block; margin: 0 2px; padding: 4px;background-color: #ffd4d4; color: #000000;">Code-Review -1</span></p><p><a href="https://gerrit.asterisk.org/c/asterisk/+/11253">View Change</a></p><p>3 comments:</p><ul style="list-style: none; padding: 0;"><li style="margin: 0; padding: 0;"><p><a href="https://gerrit.asterisk.org/#/c/11253/1/main/stasis.c">File main/stasis.c:</a></p><ul style="list-style: none; padding: 0;"><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://gerrit.asterisk.org/#/c/11253/1/main/stasis.c@2410">Patch Set #1, Line 2410:</a> <code style="font-family:monospace,monospace">               ast_cli(a->fd, "  %s: %d: %s\n", subscription_tmp->uniqueid, subscription_tmp->topic->subscriber_id, subscription_tmp->topic->name);</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">When outputting multiple bits of data what each column or field being displayed is should be stated, otherwise the person has to guess/figure it out/look at the code.</p><p style="white-space: pre-wrap; word-wrap: break-word;">Subscriber ID is also an internal field used for guaranteeing uniqueness for generated names.</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://gerrit.asterisk.org/#/c/11253/1/main/stasis.c@2413">Patch Set #1, Line 2413:</a> <code style="font-family:monospace,monospace">    ast_cli(a->fd, "\nSubscriptions:\n");</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">This isn't accurate. These are topics being forwarded into this one.</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://gerrit.asterisk.org/#/c/11253/1/main/stasis.c@2416">Patch Set #1, Line 2416:</a> <code style="font-family:monospace,monospace">                ast_cli(a->fd, "  %d: %s\n", topic_tmp->subscriber_id, topic_tmp->name);</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">Subscriber ID is an internal field used for guaranteeing uniqueness for generated names.</p></li></ul></li></ul><p>To view, visit <a href="https://gerrit.asterisk.org/c/asterisk/+/11253">change 11253</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.asterisk.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.asterisk.org/c/asterisk/+/11253"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: asterisk </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: If25a6f14fe4f622bfb37462e891333da1fdf875f </div>
<div style="display:none"> Gerrit-Change-Number: 11253 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: sungtae kim <pchero21@gmail.com> </div>
<div style="display:none"> Gerrit-Reviewer: Friendly Automation </div>
<div style="display:none"> Gerrit-Reviewer: George Joseph <gjoseph@digium.com> </div>
<div style="display:none"> Gerrit-Reviewer: Joshua Colp <jcolp@digium.com> </div>
<div style="display:none"> Gerrit-Comment-Date: Tue, 16 Apr 2019 12:28:53 +0000 </div>
<div style="display:none"> Gerrit-HasComments: Yes </div>
<div style="display:none"> Gerrit-Has-Labels: Yes </div>
<div style="display:none"> Gerrit-MessageType: comment </div>