Skip to content

Commit 217767d

Browse files
committed
print out the "Created semaphore" message only in verbose mode (#10885)
1 parent 04ab16c commit 217767d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cabal-install/src/Distribution/Client/JobControl.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ newSemaphoreJobControl _ n
184184
error $ "newParallelJobControl: not a sensible number of jobs: " ++ show n
185185
newSemaphoreJobControl verbosity maxJobLimit = do
186186
sem <- freshSemaphore "cabal_semaphore" maxJobLimit
187-
notice verbosity $
187+
info verbosity $
188188
"Created semaphore called "
189189
++ getSemaphoreName (semaphoreName sem)
190190
++ " with "

0 commit comments

Comments
 (0)