Bugfix for partition mount log message

Change-Id: I86827fe2b49f88ad16bc86fa16a76c560f3223ff
This commit is contained in:
Kaspars Skels 2017-09-23 12:56:24 -05:00
parent 48df97e133
commit 7752c2c50c
1 changed files with 1 additions and 1 deletions

View File

@ -1956,7 +1956,7 @@ class MaasTaskRunner(drivers.DriverTaskRunner):
}
self.logger.debug(
"Mounting partition %s on %s" % (p.name,
p.mount))
p.mountpoint))
part.mount(**mount_opts)
self.logger.debug(