propellor spin
This commit is contained in:
parent
306aa46f09
commit
0e47d3ed2e
|
@ -95,7 +95,7 @@ onlyProcess a = bracket lock unlock (const a)
|
||||||
|
|
||||||
unknownhost :: HostName -> IO a
|
unknownhost :: HostName -> IO a
|
||||||
unknownhost h = errorMessage $ unlines
|
unknownhost h = errorMessage $ unlines
|
||||||
[ "Unknown host: " ++ h
|
[ "Propellor does not know about host: " ++ h
|
||||||
, "(Perhaps you should specify the real hostname on the command line?)"
|
, "(Perhaps you should specify the real hostname on the command line?)"
|
||||||
, "(Or, edit propellor's config.hs to configure this host)"
|
, "(Or, edit propellor's config.hs to configure this host)"
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue