summaryrefslogtreecommitdiff
path: root/Propellor/Property
diff options
context:
space:
mode:
authorJoey Hess2014-04-04 14:42:07 -0400
committerJoey Hess2014-04-04 14:42:07 -0400
commit5849f43422db95e8219093ff8785a70ba8392dd6 (patch)
treefc5c02889837f2e0132958927007a0ea655cc066 /Propellor/Property
parent9fcf77c066ec67b00967f1e391908938e6cb7b3e (diff)
propellor spin
Diffstat (limited to 'Propellor/Property')
-rw-r--r--Propellor/Property/Docker.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Propellor/Property/Docker.hs b/Propellor/Property/Docker.hs
index 888e76c6..6113a294 100644
--- a/Propellor/Property/Docker.hs
+++ b/Propellor/Property/Docker.hs
@@ -224,6 +224,7 @@ runningContainer cid@(ContainerId hn cn) image containerprops = containerDesc ci
if cid `elem` l
then do
runningident <- getrunningident
+ print (runningident, ident2id <$> runningident, ident, ident2id ident)
if (ident2id <$> runningident) == Just (ident2id ident)
then return NoChange
else do