[yast-commit] r59583 - /trunk/storage/storage/src/include/custom_part_check_generated.ycp
Author: aschnell Date: Tue Nov 17 17:31:33 2009 New Revision: 59583 URL: http://svn.opensuse.org/viewcvs/yast?rev=59583&view=rev Log: - consistent log messages Modified: trunk/storage/storage/src/include/custom_part_check_generated.ycp Modified: trunk/storage/storage/src/include/custom_part_check_generated.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/storage/storage/src/include/custom_part_check_generated.ycp?rev=59583&r1=59582&r2=59583&view=diff ============================================================================== --- trunk/storage/storage/src/include/custom_part_check_generated.ycp (original) +++ trunk/storage/storage/src/include/custom_part_check_generated.ycp Tue Nov 17 17:31:33 2009 @@ -192,9 +192,9 @@ }); y2milestone("diskless:%1", diskless); - y2milestone("root_found:%1 root_fs %2", root_found, root_fs); - y2milestone("boot_found:%1 boot_fs %2", boot_found, boot_fs); - y2milestone("root_dmraid:%1 root_raid %2 boot_raid %3 raid_type:%4", + y2milestone("root_found:%1 root_fs:%2", root_found, root_fs); + y2milestone("boot_found:%1 boot_fs:%2", boot_found, boot_fs); + y2milestone("root_dmraid:%1 root_raid:%2 boot_raid:%3 raid_type:%4", root_dmraid, root_raid, boot_raid, raid_type); boolean ok = true; -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
aschnell@svn.opensuse.org