Mailinglist Archive: yast-commit (595 mails)
| < Previous | Next > |
[yast-commit] r54163 - /branches/SuSE-Code-11-Branch/yast2/library/packages/src/PackagesUI.ycp
- From: lslezak@xxxxxxxxxxxxxxxx
- Date: Tue, 16 Dec 2008 12:15:39 -0000
- Message-id: <20081216121539.9CA0431611@xxxxxxxxxxxxxxxx>
Author: lslezak
Date: Tue Dec 16 13:15:39 2008
New Revision: 54163
URL: http://svn.opensuse.org/viewcvs/yast?rev=54163&view=rev
Log:
- log only number of all licenses to confirm, log the licenses (a huge string)
only in debug mode
Modified:
branches/SuSE-Code-11-Branch/yast2/library/packages/src/PackagesUI.ycp
Modified: branches/SuSE-Code-11-Branch/yast2/library/packages/src/PackagesUI.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-Branch/yast2/library/packages/src/PackagesUI.ycp?rev=54163&r1=54162&r2=54163&view=diff
==============================================================================
--- branches/SuSE-Code-11-Branch/yast2/library/packages/src/PackagesUI.ycp
(original)
+++ branches/SuSE-Code-11-Branch/yast2/library/packages/src/PackagesUI.ycp Tue
Dec 16 13:15:39 2008
@@ -68,7 +68,8 @@
list<string> to_install = Pkg::GetPackages (`selected, true);
map<string,string> licenses = Pkg::PkgGetLicensesToConfirm (to_install);
- y2milestone("Licenses to confirm: %1", licenses);
+ y2milestone("Licenses to confirm: %1", size(licenses));
+ y2debug("Licenses to confirm: %1", licenses);
map display_info = UI::GetDisplayInfo();
integer size_x = tointeger(display_info["Width"]:800);
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
Date: Tue Dec 16 13:15:39 2008
New Revision: 54163
URL: http://svn.opensuse.org/viewcvs/yast?rev=54163&view=rev
Log:
- log only number of all licenses to confirm, log the licenses (a huge string)
only in debug mode
Modified:
branches/SuSE-Code-11-Branch/yast2/library/packages/src/PackagesUI.ycp
Modified: branches/SuSE-Code-11-Branch/yast2/library/packages/src/PackagesUI.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-Branch/yast2/library/packages/src/PackagesUI.ycp?rev=54163&r1=54162&r2=54163&view=diff
==============================================================================
--- branches/SuSE-Code-11-Branch/yast2/library/packages/src/PackagesUI.ycp
(original)
+++ branches/SuSE-Code-11-Branch/yast2/library/packages/src/PackagesUI.ycp Tue
Dec 16 13:15:39 2008
@@ -68,7 +68,8 @@
list<string> to_install = Pkg::GetPackages (`selected, true);
map<string,string> licenses = Pkg::PkgGetLicensesToConfirm (to_install);
- y2milestone("Licenses to confirm: %1", licenses);
+ y2milestone("Licenses to confirm: %1", size(licenses));
+ y2debug("Licenses to confirm: %1", licenses);
map display_info = UI::GetDisplayInfo();
integer size_x = tointeger(display_info["Width"]:800);
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
| < Previous | Next > |