summaryrefslogtreecommitdiffstats
path: root/scripts/lib/mic/utils/partitionedfs.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/lib/mic/utils/partitionedfs.py')
-rw-r--r--scripts/lib/mic/utils/partitionedfs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/mic/utils/partitionedfs.py b/scripts/lib/mic/utils/partitionedfs.py
index 6607466a83..593cf1f317 100644
--- a/scripts/lib/mic/utils/partitionedfs.py
+++ b/scripts/lib/mic/utils/partitionedfs.py
@@ -272,7 +272,7 @@ class PartitionedMount(Mount):
272 # parted always fails to reload part table with loop devices. This 272 # parted always fails to reload part table with loop devices. This
273 # prevents us from distinguishing real errors based on return 273 # prevents us from distinguishing real errors based on return
274 # code. 274 # code.
275 msger.debug("WARNING: parted returned '%s' instead of 0" % rc) 275 msger.error("WARNING: parted returned '%s' instead of 0 (use --debug for details)" % rc)
276 276
277 def __create_partition(self, device, parttype, fstype, start, size): 277 def __create_partition(self, device, parttype, fstype, start, size):
278 """ Create a partition on an image described by the 'device' object. """ 278 """ Create a partition on an image described by the 'device' object. """