X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=afs.c;h=c2fd6d52daa58ef4cf0a118ce855898465053f2b;hp=97c3d5694a8dd83fd24c753495bf1411011ae7b9;hb=2d6e983de98d9d6382ed0b51a1723e15c40f3793;hpb=8c488022fea5ba573534585cb7b123836144c6c2 diff --git a/afs.c b/afs.c index 97c3d569..c2fd6d52 100644 --- a/afs.c +++ b/afs.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2010 Andre Noll + * Copyright (C) 2007-2011 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -951,7 +951,7 @@ static void register_command_task(uint32_t cookie) ct->task.pre_select = command_pre_select; ct->task.post_select = command_post_select; - sprintf(ct->task.status, "command task"); + sprintf(ct->task.status, "afs command task"); register_task(&ct->task); }