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.orgfixeria has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/18638 )
Change subject: library/RSL_Emulation: cosmetic: improve logging messages
......................................................................
library/RSL_Emulation: cosmetic: improve logging messages
Change-Id: Iefb6bc96e57822e216f8d8480337e6b4afc4d892
---
M library/RSL_Emulation.ttcn
1 file changed, 4 insertions(+), 4 deletions(-)
Approvals:
Jenkins Builder: Verified
laforge: Looks good to me, approved
pespin: Looks good to me, but someone else must approve
diff --git a/library/RSL_Emulation.ttcn b/library/RSL_Emulation.ttcn
index eeb5ed5..9a07417 100644
--- a/library/RSL_Emulation.ttcn
+++ b/library/RSL_Emulation.ttcn
@@ -183,7 +183,7 @@
return i;
}
}
- log("No Dchan handler for ", comp_ref);
+ log("No Dchan handler for comp_ref=", comp_ref);
return -1;
}
@@ -196,7 +196,7 @@
return i;
}
}
- log("No Dchan handler for ", trx_nr, chan_nr);
+ log("No Dchan handler for trx_nr=", trx_nr, " and chan_nr=", chan_nr);
return -1;
}
@@ -209,7 +209,7 @@
return i;
}
}
- log("No Dchan handler for ", ra, fn);
+ log("No Dchan handler for ra=", ra, " and fn=", fn);
return -1;
}
@@ -226,7 +226,7 @@
}
}
}
- log("No Dchan handler for ", ra, fn);
+ log("No Dchan handler for ra=", ra, " and fn=", fn);
return -1;
}
--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/18638
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: Iefb6bc96e57822e216f8d8480337e6b4afc4d892
Gerrit-Change-Number: 18638
Gerrit-PatchSet: 2
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: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200605/56f25a42/attachment.htm>