Skip to content

Commit

Permalink
improved usability through other defaults, better logging
Browse files Browse the repository at this point in the history
  • Loading branch information
jdsn committed Oct 16, 2012
1 parent 6ceea75 commit f8929de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/dialogs/OUCDialogs.ycp
Expand Up @@ -102,7 +102,7 @@ term getOUCDialog(symbol type)
);

term autoOnlineUp = `VBox(
`CheckBoxFrame(`id(`automaticOnlineUpdate), automaticOnlineUpdate, true,
`CheckBoxFrame(`id(`automaticOnlineUpdate), automaticOnlineUpdate, false,
`VBox(
`VSpacing(0.8),
`HBox(
Expand Down
2 changes: 1 addition & 1 deletion src/modules/OnlineUpdateConfiguration.ycp
Expand Up @@ -413,7 +413,7 @@ global boolean setOnlineUpdateCronjob(symbol interval)
}
else
{
y2milestone("Could not create online update cron job at %1", cronSel);
y2error("Could not create online update cron job at %1", cronSel);
return false;
}

Expand Down

0 comments on commit f8929de

Please sign in to comment.