summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2008-12-14 20:20:16 +0100
committerDieter Plaetinck <dieter@plaetinck.be>2008-12-14 20:20:16 +0100
commitd2d7208937561adbc83025af1fc4ec98f39e7f9d (patch)
tree221b46f9e7993d43bbab4eee6020f01b52dcad74
parenta64a83b56ce41538b6c1f49e359d82cd0b653d0d (diff)
output fix
-rw-r--r--src/core/libs/lib-blockdevices-filesystems.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/libs/lib-blockdevices-filesystems.sh b/src/core/libs/lib-blockdevices-filesystems.sh
index 9f51c9a..9443282 100644
--- a/src/core/libs/lib-blockdevices-filesystems.sh
+++ b/src/core/libs/lib-blockdevices-filesystems.sh
@@ -600,7 +600,7 @@ rollback_filesystems ()
show_warning "Filesystem/blockdevice processor problem" "Warning: Could not destruct all filesystems/blockdevices. It appears some depending filesystems/blockdevices could not be cleared in 10 iterations"
fi
[ -n "$warnings" ] && show_warning "Rollback problems" "Some problems occurred while rolling back: $warnings.\n Thisk needs to be fixed before retrying disk/filesystem creation or restarting the installer" && return 1
- infofy "Rollback succeeded" disks
+ infofy "Rollback succeeded" disks 1
BLOCK_ROLLBACK_USELESS=1
return 0
}