X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=fade.c;h=7dfcc95487af80e3afbf6aa3326f9c3e3d3bb04d;hp=8c488a9fa67d1e84c3ff0fdd30fd25866eb7fdd5;hb=cb4f8bc9718816110bef77ed1ba124d723c253b5;hpb=bc15c3ff65eb00e04ebc303cfa9ee3d1a4675b35 diff --git a/fade.c b/fade.c index 8c488a9f..7dfcc954 100644 --- a/fade.c +++ b/fade.c @@ -203,7 +203,7 @@ static int sweet_dreams(struct mixer *m, struct mixer_handle *h) tm = localtime(&t1); } wake_time_epoch = mktime(tm); - PARA_INFO_LOG("waketime: %s", asctime(tm)); + PARA_INFO_LOG("waketime: %u:%02u", tm->tm_hour, tm->tm_min); client_cmd("stop"); sleep(1); if (fot) {