Commit e0ec5401 authored by Vincent Pelletier's avatar Vincent Pelletier

Fix typo in log message.

parent d46f496c
...@@ -72,7 +72,7 @@ class SlapOSControler(object): ...@@ -72,7 +72,7 @@ class SlapOSControler(object):
def runComputerPartition(self, config, environment, def runComputerPartition(self, config, environment,
process_group_pid_set=None, process_group_pid_set=None,
stdout=None, stderr=None): stdout=None, stderr=None):
print "SlapOSControler.runSoftwareRelease" print "SlapOSControler.runComputerPartition"
slap = slapos.slap.slap() slap = slapos.slap.slap()
slap.registerOpenOrder().request(self.software_profile, slap.registerOpenOrder().request(self.software_profile,
partition_reference='testing partition', partition_reference='testing partition',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment