]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - score.c
loglevel adjustments.
[paraslash.git] / score.c
diff --git a/score.c b/score.c
index 86c6c4bb366af7e1e9f6d2ddec3d820b45f74a51..b53d60b38b582b6989f65fc290e894647e53f1f7 100644 (file)
--- a/score.c
+++ b/score.c
@@ -198,7 +198,7 @@ int score_update(const struct osl_row *aft_row, long percent)
        obj.size = sizeof(long);
        obj.data = para_malloc(obj.size);
        *(long *)obj.data = new_score;
-       PARA_NOTICE_LOG("new score: %ld, position: %u/%u\n", new_score,
+       PARA_DEBUG_LOG("new score: %ld, position: %u/%u\n", new_score,
                new_pos, n);
        return osl_update_object(score_table, row, SCORECOL_SCORE, &obj);
 }