X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=fade.c;h=a42d386d3a3441bacc7a8266544d346b4daeed2b;hp=0a3ccebb844326267f421044d998d77c27096356;hb=9aa1f3d69c0aa335b3026581defbc09eb2c4efb4;hpb=f6a99f9e27cf84d92fc992677dca9578c5a3b585 diff --git a/fade.c b/fade.c index 0a3ccebb..a42d386d 100644 --- a/fade.c +++ b/fade.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2013 Andre Noll + * Copyright (C) 1998 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -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) {