From 453adefc9148eac265ae137415d22f3df7c3c21f Mon Sep 17 00:00:00 2001
From: Steven Armstrong <steven@icarus.ethz.ch>
Date: Thu, 13 Oct 2011 21:59:57 +0200
Subject: [PATCH] ++debug

Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
---
 lib/cdist/util/fsproperty.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/cdist/util/fsproperty.py b/lib/cdist/util/fsproperty.py
index e17d1438..9ac7017f 100644
--- a/lib/cdist/util/fsproperty.py
+++ b/lib/cdist/util/fsproperty.py
@@ -210,6 +210,7 @@ class DirectoryDictProperty(DirectoryDict):
         #print("_set_path: self: %s" % self)
         print("_set_path: args: %s" % args)
         print("_set_path: kwargs: %s" % kwargs)
+        print("_set_path: self.path: %s" % self.path)
         if self.path is None:
             path = self.__path
             if callable(path):