Change in osmo-bts[master]: main: cosmetic: tweak deprecation warning messages

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
Mon Feb 15 07:33:34 UTC 2021


fixeria has submitted this change. ( https://gerrit.osmocom.org/c/osmo-bts/+/22890 )

Change subject: main: cosmetic: tweak deprecation warning messages
......................................................................

main: cosmetic: tweak deprecation warning messages

Change-Id: I0b87502b1af5b8ef8c235923bf966f0c76062993
---
M src/common/main.c
1 file changed, 4 insertions(+), 4 deletions(-)

Approvals:
  Jenkins Builder: Verified
  laforge: Looks good to me, but someone else must approve
  osmith: Looks good to me, approved



diff --git a/src/common/main.c b/src/common/main.c
index f54a5ca..76e0d43 100644
--- a/src/common/main.c
+++ b/src/common/main.c
@@ -181,15 +181,15 @@
 			break;
 		case 'r':
 			rt_prio = atoi(optarg);
-			fprintf(stderr, "Parameter -r is deprecated, use VTY cpu-sched "
-				"node setting 'policy rr %d' instead\n", rt_prio);
+			fprintf(stderr, "Command line argument '-r' is deprecated, use VTY "
+				"cpu-sched node setting 'policy rr %d' instead.\n", rt_prio);
 			break;
 		case 'i':
 			gsmtap_ip = optarg;
 			break;
 		case 't':
-			fprintf(stderr, "Parameter -t is deprecated and does nothing, "
-					"TRX num is calculated from VTY\n");
+			fprintf(stderr, "Command line argument '-t' is deprecated and does nothing, "
+				"TRX number is calculated from the VTY automatically.\n");
 			break;
 		case '?':
 		case 1:

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

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: I0b87502b1af5b8ef8c235923bf966f0c76062993
Gerrit-Change-Number: 22890
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy at sysmocom.de>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: osmith <osmith at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210215/dbe36454/attachment.htm>


More information about the gerrit-log mailing list