summaryrefslogtreecommitdiff
path: root/src/core/procedures
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2009-07-29 23:18:43 +0200
committerDieter Plaetinck <dieter@plaetinck.be>2009-07-29 23:18:43 +0200
commite558f9170096e2e397f18d13b75d8facf02e10eb (patch)
tree3f9f1761de2bcbbd6f6955e7ff1e656d4fe325b2 /src/core/procedures
parent42afcc1aabf26d6e9f3ae231082014698f50154d (diff)
fix some invalid show_warning invocations
Diffstat (limited to 'src/core/procedures')
-rw-r--r--src/core/procedures/automatic2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/procedures/automatic b/src/core/procedures/automatic
index 7eeb70a..6c82e6a 100644
--- a/src/core/procedures/automatic
+++ b/src/core/procedures/automatic
@@ -86,7 +86,7 @@ worker_prepare_disks ()
process_disks || die_error "Could not process_disks"
if ! process_filesystems
then
- show_warning "Could not process_filesystems"
+ show_warning 'Disk processing' "Could not process_filesystems"
txt='also failed to execute properly'
rollback_filesystems && txt='ended successfully'
die_error "Something failed while processing the filesystem. A rollback was executed, which $txt"