Skip to content

Commit e09449b

Browse files
committed
logInfo instead of logDebug
1 parent 2aa3478 commit e09449b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ghcide/session-loader/Development/IDE/Session.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ retryOnSqliteBusy logger hieDb maxDelay !baseDelay !maxRetryCount rng f = do
205205

206206
| otherwise -> do
207207
liftIO $ do
208-
logDebug logger $ "Retries exhausted - " <> makeLogMsgComponentsText (Left baseDelay) maxRetryCount e
208+
logInfo logger $ "Retries exhausted - " <> makeLogMsgComponentsText (Left baseDelay) maxRetryCount e
209209
throwIO e
210210

211211
Right b -> pure b

0 commit comments

Comments
 (0)