diff options
-rw-r--r-- | Assistant/Drop.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Assistant/Drop.hs b/Assistant/Drop.hs index 634d5f4ac..4c060ba31 100644 --- a/Assistant/Drop.hs +++ b/Assistant/Drop.hs @@ -66,7 +66,7 @@ handleDropsFrom locs rs reason fromhere key (Just f) knownpresentremote debug [ "dropped" , f - , "(from" ++ maybe "here" show u ++ ")" + , "(from " ++ maybe "here" show u ++ ")" , "(copies now " ++ show (have - 1) ++ ")" , ": " ++ reason ] |