X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=fade.c;h=e05e31733623dacae4beddad69580d077ad23a0d;hp=a42d386d3a3441bacc7a8266544d346b4daeed2b;hb=ee3dfa7ab8a74124448649386e877775cd8625b6;hpb=e9b00a14a4653d767a9d0fe885aa0b6d56c42180 diff --git a/fade.c b/fade.c index a42d386d..e05e3173 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: %u:%02u", tm->tm_hour, tm->tm_min); + PARA_INFO_LOG("waketime: %u:%02u\n", tm->tm_hour, tm->tm_min); client_cmd("stop"); sleep(1); if (fot) {