From 0f1b6aea1fc7a2753cfde98a74c1ab74e258576e Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Sun, 27 Dec 2015 09:45:56 +0100 Subject: Explicitly set log file permissions This ensures that the log file is actually accessable - there was a problem where e.g. `change rm test` did not create the log file correctly. --- src/utility/logger.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/utility/logger.h') diff --git a/src/utility/logger.h b/src/utility/logger.h index 475f33d..e21f6fd 100644 --- a/src/utility/logger.h +++ b/src/utility/logger.h @@ -5,8 +5,6 @@ #include -#include - namespace utility { class Logger { -- cgit v1.2.3