Skip to content

Commit

Permalink
fixup! daemon: Exit on idle after ~10-15 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
cgwalters committed Mar 7, 2017
1 parent 0122cb4 commit 3a0db48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/daemon/rpmostreed-daemon.c
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ update_status (RpmostreedDaemon *self)

g_assert (currently_idle && self->idle_exit_source);
sd_notifyf (0, "STATUS=clients=%u; idle exit in %" G_GUINT64_FORMAT " seconds", n_clients,
timeout_micros / 1000);
timeout_micros / G_USEC_PER_SEC);
}
}

Expand Down

0 comments on commit 3a0db48

Please sign in to comment.