Merge "Add "API server started." print statement for the API wsgi service"

This commit is contained in:
Jenkins 2017-09-04 14:01:51 +00:00 committed by Gerrit Code Review
commit 9f5160f0dc

View File

@ -42,6 +42,8 @@ class WSGIService(service.ServiceBase):
def start(self):
self.server.start()
print('API server started.')
def stop(self):
self.server.stop()