Change in osmo-bsc[master]: vty: fix missing comma in a warning message

2020-08-09 Thread fixeria
fixeria has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/osmo-bsc/+/19551 )


Change subject: vty: fix missing comma in a warning message
..

vty: fix missing comma in a warning message

Change-Id: I4219bff4286ddff3339d5da40b11ee360c239358
---
M src/osmo-bsc/bsc_vty.c
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/51/19551/1

diff --git a/src/osmo-bsc/bsc_vty.c b/src/osmo-bsc/bsc_vty.c
index c1228be..fc4ebd6 100644
--- a/src/osmo-bsc/bsc_vty.c
+++ b/src/osmo-bsc/bsc_vty.c
@@ -4770,7 +4770,7 @@
ipaccess_drop_rsl(trx, "vty");
}
} else {
-   vty_out(vty, "%% Argument must be 'oml# or 'rsl'.%s", 
VTY_NEWLINE);
+   vty_out(vty, "%% Argument must be 'oml' or 'rsl'.%s", 
VTY_NEWLINE);
return CMD_WARNING;
}


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

Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: I4219bff4286ddff3339d5da40b11ee360c239358
Gerrit-Change-Number: 19551
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria 
Gerrit-MessageType: newchange


Change in osmo-bsc[master]: vty: fix missing comma in a warning message

2020-08-10 Thread laforge
laforge has submitted this change. ( 
https://gerrit.osmocom.org/c/osmo-bsc/+/19551 )

Change subject: vty: fix missing comma in a warning message
..

vty: fix missing comma in a warning message

Change-Id: I4219bff4286ddff3339d5da40b11ee360c239358
---
M src/osmo-bsc/bsc_vty.c
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  laforge: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/src/osmo-bsc/bsc_vty.c b/src/osmo-bsc/bsc_vty.c
index c1228be..fc4ebd6 100644
--- a/src/osmo-bsc/bsc_vty.c
+++ b/src/osmo-bsc/bsc_vty.c
@@ -4770,7 +4770,7 @@
ipaccess_drop_rsl(trx, "vty");
}
} else {
-   vty_out(vty, "%% Argument must be 'oml# or 'rsl'.%s", 
VTY_NEWLINE);
+   vty_out(vty, "%% Argument must be 'oml' or 'rsl'.%s", 
VTY_NEWLINE);
return CMD_WARNING;
}


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

Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: I4219bff4286ddff3339d5da40b11ee360c239358
Gerrit-Change-Number: 19551
Gerrit-PatchSet: 2
Gerrit-Owner: fixeria 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge 
Gerrit-MessageType: merged


Change in osmo-bsc[master]: vty: fix missing comma in a warning message

2020-08-10 Thread laforge
laforge has posted comments on this change. ( 
https://gerrit.osmocom.org/c/osmo-bsc/+/19551 )

Change subject: vty: fix missing comma in a warning message
..


Patch Set 1: Code-Review+2

it's an apostrophe, but nevermind ;)


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

Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: I4219bff4286ddff3339d5da40b11ee360c239358
Gerrit-Change-Number: 19551
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge 
Gerrit-Comment-Date: Tue, 11 Aug 2020 06:33:18 +
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment