summaryrefslogtreecommitdiff
path: root/Propellor/Property
diff options
context:
space:
mode:
authorJoey Hess2014-04-04 15:09:59 -0400
committerJoey Hess2014-04-04 15:09:59 -0400
commitfd9c5fa94cebcc0f182d0e8b32e413dcb4da2e4d (patch)
tree19f692cedc92102440a515a0582fb66a4be8f2e2 /Propellor/Property
parent4d69d83def502b3a5c75b7145dbdd92ce18f3c6c (diff)
propellor spin
Diffstat (limited to 'Propellor/Property')
-rw-r--r--Propellor/Property/Docker.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Propellor/Property/Docker.hs b/Propellor/Property/Docker.hs
index 149df756..9ab47279 100644
--- a/Propellor/Property/Docker.hs
+++ b/Propellor/Property/Docker.hs
@@ -231,7 +231,7 @@ runningContainer cid@(ContainerId hn cn) image containerprops = containerDesc ci
if runningident == Just ident
then return NoChange
else do
- debug ["container parameters changed"]
+ print ["container parameters changed"]
void $ stopContainer cid
oldimage <- fromMaybe image <$> commitContainer cid
void $ removeContainer cid