From 20612fb2457278737fb6647a5f9f1a8ef4cf5ec4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Me=C3=9Fmer?= Date: Fri, 16 Oct 2015 03:29:26 +0200 Subject: [PATCH] Add TODOs --- biicode.conf | 2 +- src/main.cpp | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/biicode.conf b/biicode.conf index 3c621490..51fa7b41 100644 --- a/biicode.conf +++ b/biicode.conf @@ -5,7 +5,7 @@ messmer/blobstore: 0 messmer/blockstore: 1 messmer/cmake: 3 - messmer/cpp-utils: 2 + messmer/cpp-utils: 3 messmer/fspp: 0 messmer/gitversion: 5 messmer/parallelaccessstore: 0 diff --git a/src/main.cpp b/src/main.cpp index e82b59a1..30f07505 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -54,6 +54,7 @@ void runFilesystem(const ProgramOptions &options) { //TODO This daemonize causes error messages when initializing CryDevice to get lost. // However, initializing CryDevice might (?) already spawn threads and we have to do daemonization before that // because it doesn't fork threads. What to do? + //TODO Setup stdout/stderr as log files so we see the program output when detached if (!options.foreground()) { cpputils::daemonize(); }