Vadim Yanitskiy has uploaded this change for review. ( 
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(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks 
refs/changes/38/18638/1

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: 1
Gerrit-Owner: Vadim Yanitskiy <vyanits...@sysmocom.de>
Gerrit-MessageType: newchange

Reply via email to