=================================================================== RCS file: /cvs/cvs/blind/blind.c,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- blind/blind.c 2022/03/17 09:09:26 1.5 +++ blind/blind.c 2022/03/17 14:30:21 1.6 @@ -73,11 +73,13 @@ main(int argc, char *argv[]) log_init(daemonize, LOG_DAEMON); log_setv(verbose); + log_info("%s %s starting", BL_TEXT, BL_VERS); + log_debug("verbose mode"); - log_info("info: %s %s starting", BL_TEXT, BL_VERS); - log_debug("debug: test"); - - // default_conf initialization (BLIND STRUCT) + // todo[0]: conf file format + ideas + // todo[1]: default conf defines in blind.h + // todo[2]: struct blind in blind.h + // todo[3]: initialize defualt config in blind.c // TAILQ_INIT(&offline_queue)