From e558f9170096e2e397f18d13b75d8facf02e10eb Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Wed, 29 Jul 2009 23:18:43 +0200 Subject: fix some invalid show_warning invocations --- tests/runtime/automatic-reuse-fs-sda/profile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests') diff --git a/tests/runtime/automatic-reuse-fs-sda/profile b/tests/runtime/automatic-reuse-fs-sda/profile index 74d9b57..b2f93d7 100644 --- a/tests/runtime/automatic-reuse-fs-sda/profile +++ b/tests/runtime/automatic-reuse-fs-sda/profile @@ -11,21 +11,21 @@ worker_prepare_disks () then infofy "disk processing ok" else - show_warning "PROCESSING FAILED" + show_warning 'disks processing' "PROCESSING FAILED" return 1 fi if rollback_filesystems then infofy "rollback ok" else - show_warning "ROLLBACK FAILED" + show_warning 'disks rollback' "ROLLBACK FAILED" return 1 fi if process_filesystems then infofy "disk processing ok" else - show_warning "PROCESSING FAILED" + show_warning 'disk processing' "PROCESSING FAILED" return 1 fi } -- cgit v1.2.3-54-g00ecf