Skip to content

Commit

Permalink
update TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
phomes committed Feb 14, 2013
1 parent 0e4ffbf commit 39ccc87
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions TODO
Original file line number Diff line number Diff line change
Expand Up @@ -542,8 +542,6 @@ External:
* kernel: add device_type = "fb", "fbcon" to class "graphics"

* bootchart:
- use conf_parser for bootchart.conf
- change config options to CamelCase
- plot per-process IO utilization
- group processes based on service association (cgroups)

Expand Down
2 changes: 1 addition & 1 deletion src/login/logind.c
Original file line number Diff line number Diff line change
Expand Up @@ -1463,7 +1463,7 @@ int manager_dispatch_idle_action(Manager *m) {

r = manager_get_idle_hint(m, &since);
if (r <= 0)
/* Not idle. Let's check if after a timeout it it might be idle then. */
/* Not idle. Let's check if after a timeout it might be idle then. */
timespec_store(&its.it_value, n + m->idle_action_usec);
else {
/* Idle! Let's see if it's time to do something, or if
Expand Down

0 comments on commit 39ccc87

Please sign in to comment.