X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=sched.c;h=873fb8e3adca7b1df2d73acd37dbf0764b74e451;hp=ba43b10cff143960d3741fb6c0f7238b351de865;hb=53a27fb91166a7734f0768721b2cef91f0f6172e;hpb=6105cde18ae21b82708a4c98aa2d54820afd47a5 diff --git a/sched.c b/sched.c index ba43b10c..873fb8e3 100644 --- a/sched.c +++ b/sched.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2007 Andre Noll + * Copyright (C) 2006-2008 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -95,7 +95,7 @@ again: */ static void init_sched(void) { - PARA_INFO_LOG("%s", "initializing scheduler\n"); + PARA_INFO_LOG("initializing scheduler\n"); INIT_LIST_HEAD(&pre_select_list); INIT_LIST_HEAD(&post_select_list); initialized = 1;