diff options
Diffstat (limited to 'svr-session.c')
-rw-r--r-- | svr-session.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/svr-session.c b/svr-session.c index c378562..f777b5f 100644 --- a/svr-session.c +++ b/svr-session.c @@ -215,8 +215,7 @@ void svr_dropbear_log(int priority, const char* format, va_list param) { havetrace = debug_trace; #endif - if (!opts.usingsyslog || havetrace) - { + if (!opts.usingsyslog || havetrace) { struct tm * local_tm = NULL; timesec = time(NULL); local_tm = localtime(×ec); |