diff options
author | Stef Walter <stef@memberwebs.com> | 2006-01-27 17:07:19 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2006-01-27 17:07:19 +0000 |
commit | 169551c223d9d14ddfaf4db583e591a3cb8ef6dc (patch) | |
tree | 4d928014952c06bc5f4c6ff3bcb2401eed3dd242 /daemon/rrdbotd.c | |
parent | 81d120b8c0c9b47d1ffb2db4eb47c38323b37116 (diff) |
Some message and comment cleanup.
Diffstat (limited to 'daemon/rrdbotd.c')
-rw-r--r-- | daemon/rrdbotd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/rrdbotd.c b/daemon/rrdbotd.c index 7b8a79a..39094cd 100644 --- a/daemon/rrdbotd.c +++ b/daemon/rrdbotd.c @@ -62,7 +62,7 @@ /* The one main state object */ rb_state g_state; -/* TODO: These should be set from the command line */ +/* Some logging flags */ static int daemonized = 0; static int debug_level = LOG_ERR; |