X-Git-Url: http://git.tuebingen.mpg.de/?p=dss.git;a=blobdiff_plain;f=time.c;h=ef99430de99383f3bd42a42034ae5fd9033a7202;hp=8197478e3a4921df08300a609b16fbcec47a5364;hb=66cdd5bc99a53d2b408a6cdc2d501fe27f9db13b;hpb=b3aca66350a1a4244cdad55fcd8cd64293336006 diff --git a/time.c b/time.c index 8197478..ef99430 100644 --- a/time.c +++ b/time.c @@ -142,6 +142,6 @@ int64_t get_current_time(void) { time_t now; time(&now); - DSS_DEBUG_LOG("now: %jd\n", (intmax_t)now); + DSS_DEBUG_LOG(("now: %jd\n", (intmax_t)now)); return (int64_t)now; }