diff options
author | Joey Hess <joey@kitenet.net> | 2010-10-19 13:39:53 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-10-19 13:39:53 -0400 |
commit | ed3f6653b664d72e4b89c4dd0c56f4b7db7cbab9 (patch) | |
tree | 89654b3d9546d3c36cf0f716428096393a824848 /UUID.hs | |
parent | 3531ce5c54e380d15d54d838c90f4ebe311782af (diff) |
better drop error messages
Diffstat (limited to 'UUID.hs')
-rw-r--r-- | UUID.hs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -51,7 +51,7 @@ getUUID r = do let c = cached r g let u = uncached r - + if (c /= u && u /= "") then do updatecache g r u |