FIX-1235 update service worker name

Change-Id: Ifcf4cc7b82694473dc888c33f9772866a6f2fa67
This commit is contained in:
Kanagaraj Manickam 2016-03-22 04:54:36 +05:30
parent 0e4d1db1cc
commit e4a0ceb25d
1 changed files with 4 additions and 1 deletions

View File

@ -184,7 +184,10 @@ class ServiceProcessor(object):
context, context,
service_workers[0].id, service_workers[0].id,
dict( dict(
pid=self.registration_info['pid'])) pid=self.registration_info['pid'],
name='%s@%s' % (self.registration_info['pid'],
service_component.name)
))
LOG.info('Service Worker %s is existing and is updated' LOG.info('Service Worker %s is existing and is updated'
% service_worker) % service_worker)