[PATCH] connector - documentation: close opened file descriptor

2014-09-17 Thread Valentin Ilie
For the logging process, we use either a file or stdout. In the case of a file, we need to fix that by calling fclose at the right time. In the case we end up calling fclose to stdout, we will not impact the program because we do it at its very end. Signed-off-by: Valentin Ilie ---

[PATCH] connector - documentation: close opened file descriptor

2014-09-17 Thread Valentin Ilie
For the logging process, we use either a file or stdout. In the case of a file, we need to fix that by calling fclose at the right time. In the case we end up calling fclose to stdout, we will not impact the program because we do it at its very end. Signed-off-by: Valentin Ilie