Fix old variable name.

This commit is contained in:
Tomeu Vizoso 2007-03-28 17:33:50 +02:00
parent bf805bfa2f
commit 1d493919a2

View File

@ -69,7 +69,7 @@ except dbus.DBusException:
name = None
if name:
print '%s is already running, creating a new instance.' % service_name
print '%s is already running, creating a new instance.' % bundle.get_service_name()
else:
activityfactoryservice.run(bundle.get_path())