Skip to content
Snippets Groups Projects
Commit c71133ce authored by Nikos Skalkotos's avatar Nikos Skalkotos
Browse files

Minor warning message change

parent 9fe161f8
No related branches found
No related tags found
No related merge requests found
...@@ -305,7 +305,7 @@ class Image(object): ...@@ -305,7 +305,7 @@ class Image(object):
break break
if not re.match("ext[234]", fstype): if not re.match("ext[234]", fstype):
self.out.warn("Don't know how to resize %s partitions." % fstype) self.out.warn("Don't know how to shrink %s partitions." % fstype)
return self.size return self.size
part_dev = "%s%d" % (self.guestfs_device, last_part['part_num']) part_dev = "%s%d" % (self.guestfs_device, last_part['part_num'])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment