diff options
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; |