harshsxn / jss7

Automatically exported from code.google.com/p/jss7
0 stars 2 forks source link

SS7 Service name is ambiguous #128

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Now 3 services are started MAP, CAP and ISUP. And it logs on console 

16:52:07,889 INFO  [SS7Service] (HDScanner)  [[[[[[[[[ Mobicents SS7 
2.0.0-SNAPSHOT service started ]]]]]]]]] 
16:52:07,904 INFO  [SS7Service] (HDScanner)  [[[[[[[[[ Mobicents SS7 
2.0.0-SNAPSHOT service started ]]]]]]]]] 
16:52:07,919 INFO  [SS7Service] (HDScanner)  [[[[[[[[[ Mobicents SS7 
2.0.0-SNAPSHOT service started ]]]]]]]]] 

Need to have better naming so as to log proper message

Original issue reported on code.google.com by amit.bha...@gmail.com on 23 Aug 2012 at 11:54

GoogleCodeExporter commented 9 years ago

Original comment by amit.bha...@gmail.com on 23 Aug 2012 at 11:54

GoogleCodeExporter commented 9 years ago
Fixed and committed
http://code.google.com/p/jss7/source/detail?r=a8cf181fc76c371d9a427ec2926f69523b
b965eb

Now it looks like

17:22:37,537 INFO  [SS7Service] (main)  [[[[[[[[[ Mobicents jSS7 2.0.0-SNAPSHOT 
MAP service started ]]]]]]]]] 
17:22:37,547 INFO  [SS7Service] (main)  [[[[[[[[[ Mobicents jSS7 2.0.0-SNAPSHOT 
CAP service started ]]]]]]]]] 
17:22:37,557 INFO  [SS7Service] (main)  [[[[[[[[[ Mobicents jSS7 2.0.0-SNAPSHOT 
ISUP service started ]]]]]]]]] 

Original comment by amit.bha...@gmail.com on 23 Aug 2012 at 11:57