diff options
| author | Joey Hess <joey@kitenet.net> | 2014-03-30 19:47:22 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-03-30 19:47:22 -0400 |
| commit | 385a1de0ce80427e3d7d87c291758bf20f03fcf2 (patch) | |
| tree | 453518df02bb60da0e202f6671bdebde7ae5ad3f | |
| parent | 3d013c48921b1fa84e5ce8c791c12919311661a6 (diff) | |
propellor spin
| -rw-r--r-- | PrivData.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/PrivData.hs b/PrivData.hs index a74cb208..7d652701 100644 --- a/PrivData.hs +++ b/PrivData.hs @@ -30,6 +30,7 @@ withPrivData field a = maybe missing a =<< getPrivData field where missing = do hPutStrLn stderr $ "** Missing privdata " ++ show field + hFlush stderr return FailedChange getPrivData :: PrivDataField -> IO (Maybe String) |
