From 5aaa2dd41bbc2cd64d15889244c15d251bb14a2e Mon Sep 17 00:00:00 2001 From: nek0 Date: Sat, 5 Dec 2020 14:28:57 +0100 Subject: [PATCH] more verbose messages from engine on startup --- extern/affection/src/Affection.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/extern/affection/src/Affection.hs b/extern/affection/src/Affection.hs index 6d48afc..6373bea 100644 --- a/extern/affection/src/Affection.hs +++ b/extern/affection/src/Affection.hs @@ -99,9 +99,10 @@ withAffection AffectionConfig{..} = do (_, _) <- runStateT (A.runState (do - liftIO $ logIO Debug "Starting Loop" + liftIO $ logIO Debug "Running Pre-Loop stage" -- run preLoop function from Affectionate preLoop gameData + liftIO $ logIO Debug "Starting Loop" whileM_ (hasNextStep gameData) (do -- get state