X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=mood.c;h=79f47e5a3d20801832d5ad396bbd5b3b98aeed08;hb=94802b02fadd65ac1704fe9fcbcf0a2b023d2fa4;hp=940d72a17f9cbeb1d8dec42ea26cd9a821f9cbb3;hpb=904e302f0b64887f18c9e2fec7b0bb405675ad22;p=paraslash.git diff --git a/mood.c b/mood.c index 940d72a1..79f47e5a 100644 --- a/mood.c +++ b/mood.c @@ -747,7 +747,7 @@ static int mood_update_audio_file(const struct osl_row *aft_row, percent = 100; else if (percent < 0) percent = 0; - PARA_DEBUG_LOG("moving from rank %u to %lu%%\n", rank, percent); + PARA_DEBUG_LOG("moving from rank %u to %li%%\n", rank, percent); return score_update(aft_row, percent); }