From f6860c13320adbf99bddc3fcfca888279a523fad Mon Sep 17 00:00:00 2001 From: nek0 Date: Fri, 27 Apr 2018 23:34:57 +0200 Subject: [PATCH] declutter output --- src/NPC.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NPC.hs b/src/NPC.hs index 1eedec4..9d031a1 100644 --- a/src/NPC.hs +++ b/src/NPC.hs @@ -154,7 +154,7 @@ updateNPCs imgmat rp dt = ntargeti <- randomRIO (0, length seekRP - 1) let ntarget = pointCoord (seekRP !! ntargeti) path = astarAppl imgmat ntarget pos' - logIO A.Debug ("seeking path from " ++ show pos' ++ " to " ++ show ntarget) + logIO A.Verbose ("seeking path from " ++ show pos' ++ " to " ++ show ntarget) case path of Nothing -> getPath pos' Just p -> return p