[yast-commit] r60037 - /trunk/storage/storage/src/modules/StorageProposal.ycp

Author: aschnell Date: Thu Dec 10 12:42:11 2009 New Revision: 60037 URL: http://svn.opensuse.org/viewcvs/yast?rev=60037&view=rev Log: - better log messages Modified: trunk/storage/storage/src/modules/StorageProposal.ycp Modified: trunk/storage/storage/src/modules/StorageProposal.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/storage/storage/src/modules/Stora... ============================================================================== --- trunk/storage/storage/src/modules/StorageProposal.ycp (original) +++ trunk/storage/storage/src/modules/StorageProposal.ycp Thu Dec 10 12:42:11 2009 @@ -2497,10 +2497,10 @@ integer max_prim, list<map> partitions ) { list<map> ret = []; - y2milestone( "can_boot_reuse boot %1", boot ); + y2milestone( "can_boot_reuse boot:%1", boot ); if( boot && !Partitions::PrepBoot() ) { - y2milestone( "can_boot_reuse disk %1 max_prim %2 label %3 part %4", + y2milestone( "can_boot_reuse disk:%1 max_prim:%2 label:%3 part:%4", disk, max_prim, label, partitions ); list<map> pl = []; pl = filter( map p, partitions, @@ -2531,7 +2531,7 @@ return( p ); }); } - y2milestone( "can_boot_reuse ret %1", ret ); + y2milestone( "can_boot_reuse ret:%1", ret ); } return( ret ); } -- 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