diff options
| author | Michal Idziorek <m.i@gmx.at> | 2015-05-14 14:05:54 +0200 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2015-05-14 14:05:54 +0200 |
| commit | ce3968aa4a941e272171f8fcd389c4909a7a23a5 (patch) | |
| tree | d3fd8fca72d0fe9f9b1d7f17a37a5fd3d2d44a16 /lib | |
| parent | dc7bf2f47d6f97407e3b50ae0b8ab59fd51079e5 (diff) | |
some clenup and recover after git-crash!
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/logger/log.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/logger/log.c b/lib/logger/log.c index 9f859bc..a51ccf5 100644 --- a/lib/logger/log.c +++ b/lib/logger/log.c @@ -13,7 +13,7 @@ static char buffer[LOG_BUF_SIZE]; static int first=0; static int last=0; -static bool init=false; +static bool init=true;// void log(char *module_name, int log_level, char *format_string, ...) { |
