Mailinglist Archive: yast-commit (553 mails)
| < Previous | Next > |
[yast-commit] r60029 - in /branches/SuSE-Code-11-SP1-Branch/s390: package/yast2-s390.changes src/modules/DASDController.ycp
- From: mzugec@xxxxxxxxxxxxxxxx
- Date: Wed, 09 Dec 2009 16:11:36 -0000
- Message-id: <E1NIP8b-0007lU-11@xxxxxxxxxxxxxxxx>
Author: mzugec
Date: Wed Dec 9 17:11:36 2009
New Revision: 60029
URL: http://svn.opensuse.org/viewcvs/yast?rev=60029&view=rev
Log:
loging more verbose (log exit code when activate DASD)
Modified:
branches/SuSE-Code-11-SP1-Branch/s390/package/yast2-s390.changes
branches/SuSE-Code-11-SP1-Branch/s390/src/modules/DASDController.ycp
Modified: branches/SuSE-Code-11-SP1-Branch/s390/package/yast2-s390.changes
URL:
http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP1-Branch/s390/package/yast2-s390.changes?rev=60029&r1=60028&r2=60029&view=diff
==============================================================================
--- branches/SuSE-Code-11-SP1-Branch/s390/package/yast2-s390.changes (original)
+++ branches/SuSE-Code-11-SP1-Branch/s390/package/yast2-s390.changes Wed Dec 9
17:11:36 2009
@@ -1,4 +1,9 @@
-------------------------------------------------------------------
+Wed Dec 9 17:10:49 CET 2009 - mzugec@xxxxxxx
+
+- loging more verbose (log exit code when activate DASD)
+
+-------------------------------------------------------------------
Tue Dec 1 14:03:22 CET 2009 - mzugec@xxxxxxx
- fixed desktop files (bnc#559343)
Modified: branches/SuSE-Code-11-SP1-Branch/s390/src/modules/DASDController.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP1-Branch/s390/src/modules/DASDController.ycp?rev=60029&r1=60028&r2=60029&view=diff
==============================================================================
--- branches/SuSE-Code-11-SP1-Branch/s390/src/modules/DASDController.ycp
(original)
+++ branches/SuSE-Code-11-SP1-Branch/s390/src/modules/DASDController.ycp Wed
Dec 9 17:11:36 2009
@@ -426,8 +426,8 @@
1,
diag ? 1 : 0
);
- y2milestone ("Running command %1", command);
integer ret = (integer)SCR::Execute (.target.bash, command);
+ y2milestone ("Running command %1 with exit code %2", command, ret);
if (ret == 5){
if (Popup::ContinueCancel(_("Device is not DASD. Format device?"))){
string cmd = sformat("ls /sys/bus/ccw/devices/%1/block/|tr -d '\n'",
channel);
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
Date: Wed Dec 9 17:11:36 2009
New Revision: 60029
URL: http://svn.opensuse.org/viewcvs/yast?rev=60029&view=rev
Log:
loging more verbose (log exit code when activate DASD)
Modified:
branches/SuSE-Code-11-SP1-Branch/s390/package/yast2-s390.changes
branches/SuSE-Code-11-SP1-Branch/s390/src/modules/DASDController.ycp
Modified: branches/SuSE-Code-11-SP1-Branch/s390/package/yast2-s390.changes
URL:
http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP1-Branch/s390/package/yast2-s390.changes?rev=60029&r1=60028&r2=60029&view=diff
==============================================================================
--- branches/SuSE-Code-11-SP1-Branch/s390/package/yast2-s390.changes (original)
+++ branches/SuSE-Code-11-SP1-Branch/s390/package/yast2-s390.changes Wed Dec 9
17:11:36 2009
@@ -1,4 +1,9 @@
-------------------------------------------------------------------
+Wed Dec 9 17:10:49 CET 2009 - mzugec@xxxxxxx
+
+- loging more verbose (log exit code when activate DASD)
+
+-------------------------------------------------------------------
Tue Dec 1 14:03:22 CET 2009 - mzugec@xxxxxxx
- fixed desktop files (bnc#559343)
Modified: branches/SuSE-Code-11-SP1-Branch/s390/src/modules/DASDController.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP1-Branch/s390/src/modules/DASDController.ycp?rev=60029&r1=60028&r2=60029&view=diff
==============================================================================
--- branches/SuSE-Code-11-SP1-Branch/s390/src/modules/DASDController.ycp
(original)
+++ branches/SuSE-Code-11-SP1-Branch/s390/src/modules/DASDController.ycp Wed
Dec 9 17:11:36 2009
@@ -426,8 +426,8 @@
1,
diag ? 1 : 0
);
- y2milestone ("Running command %1", command);
integer ret = (integer)SCR::Execute (.target.bash, command);
+ y2milestone ("Running command %1 with exit code %2", command, ret);
if (ret == 5){
if (Popup::ContinueCancel(_("Device is not DASD. Format device?"))){
string cmd = sformat("ls /sys/bus/ccw/devices/%1/block/|tr -d '\n'",
channel);
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
| < Previous | Next > |