Mailinglist Archive: yast-commit (553 mails)
| < Previous | Next > |
[yast-commit] r60037 - /trunk/storage/storage/src/modules/StorageProposal.ycp
- From: aschnell@xxxxxxxxxxxxxxxx
- Date: Thu, 10 Dec 2009 11:42:12 -0000
- Message-id: <E1NIhPQ-0004Uc-Ad@xxxxxxxxxxxxxxxx>
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/StorageProposal.ycp?rev=60037&r1=60036&r2=60037&view=diff
==============================================================================
--- 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@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
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/StorageProposal.ycp?rev=60037&r1=60036&r2=60037&view=diff
==============================================================================
--- 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@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
| < Previous | Next > |