# Unknown problem in the library. Report this and continue.
# Unknown problem in the library. Report this and continue.
...
@@ -183,20 +168,22 @@ class Service():
...
@@ -183,20 +168,22 @@ class Service():
traceback.print_exception(*excinfo)
traceback.print_exception(*excinfo)
print"Thread %d: Resuming listening on bus %s for service %s"%(index,self.BusName,self.ServiceName)
print"Thread %d: Resuming listening on bus %s for service %s"%(index,self.BusName,self.ServiceName)
print("Thread %d STOPPED Listening for messages on Bus %s and service name %s and %d processed."%(index,self.BusName,self.ServiceName,self.counter[index]))
print("Thread %2d: STOPPED Listening for messages on Bus %s and service name %s."%(index,self.BusName,self.ServiceName))
print(" %d messages received and %d processed OK."%(self.reccounter[index],self.okcounter[index]))