Skip to content
Snippets Groups Projects
Commit 202a1787 authored by Oleg Grenrus's avatar Oleg Grenrus Committed by GitHub
Browse files

Merge pull request #6504 from haskell/bgamari-patch-1

IndexUtils: Add missing whitespace in warning
parents 11ec034c 0edaa179
No related branches found
No related tags found
No related merge requests found
......@@ -272,7 +272,7 @@ getSourcePackagesAtIndexState verbosity repoCtxt mb_idxState = do
when (isiMaxTime isi /= ts0) $
if ts0 > isiMaxTime isi
then warn verbosity $
"Requested index-state" ++ display ts0
"Requested index-state " ++ display ts0
++ " is newer than '" ++ rname ++ "'!"
++ " Falling back to older state ("
++ display (isiMaxTime isi) ++ ")."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment