Change in osmo-bts[master]: main: do not print asciiart to stdout, remove that printf()

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

fixeria gerrit-no-reply at lists.osmocom.org
Thu Oct 29 02:38:52 UTC 2020


fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-bts/+/20953 )


Change subject: main: do not print asciiart to stdout, remove that printf()
......................................................................

main: do not print asciiart to stdout, remove that printf()

Otherwise it ends up in the generated XML VTY reference:

  $ head doc/manuals/vty/bts_trx_vty_reference.xml
    ((*))
      |
     / \ OsmoBTS
    <vtydoc xmlns='urn:osmocom:xml:libosmocore:vty:doc:1.0'>
      <node id='_common_cmds_'>
        <name>Common Commands</name>

Change-Id: I5c35f36fdd2a8a80bd501b996f0b161c388d3510
Related: SYS#4937, OS#3036
---
M src/common/main.c
1 file changed, 0 insertions(+), 2 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/53/20953/1

diff --git a/src/common/main.c b/src/common/main.c
index 279e823..ad14374 100644
--- a/src/common/main.c
+++ b/src/common/main.c
@@ -261,8 +261,6 @@
 	struct e1inp_line *line;
 	int rc;
 
-	printf("((*))\n  |\n / \\ OsmoBTS\n");
-
 	/* Track the use of talloc NULL memory contexts */
 	talloc_enable_null_tracking();
 

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-bts/+/20953
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: I5c35f36fdd2a8a80bd501b996f0b161c388d3510
Gerrit-Change-Number: 20953
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20201029/6b363f21/attachment.htm>


More information about the gerrit-log mailing list