From a11fce4ebf4469b4e4f99cb2f8378c6f14b12617 Mon Sep 17 00:00:00 2001 From: gombasg Date: Wed, 31 May 2006 14:51:24 +0000 Subject: [PATCH] Add a comment git-svn-id: svn+ssh://cvs.lpds.sztaki.hu/var/lib/svn/szdg/dcapi/trunk@629 a7169a2c-3604-0410-bc95-c702d8d87f7a --- dcapi/common/logger.c | 1 + 1 file changed, 1 insertion(+) diff --git a/dcapi/common/logger.c b/dcapi/common/logger.c index 80948e89fe..265968808f 100644 --- a/dcapi/common/logger.c +++ b/dcapi/common/logger.c @@ -13,6 +13,7 @@ #include #endif +/* Set the log level to -1 so the first call to DC_log() will call init_log() */ static int loglevel = -1; static FILE *logfile;