issue debug statement when collection is not found
authorchrysn <chrysn@fsfe.org>
Sat, 17 Aug 2013 15:58:32 +0000 (17:58 +0200)
committerchrysn <chrysn@fsfe.org>
Thu, 19 Sep 2013 13:53:41 +0000 (15:53 +0200)
calypso/paths.py

index 549ff89e6d5e4c14c875a76461f09e11c47112df..11640aa4575510cc2efb89130aad813ab8592cea 100644 (file)
@@ -116,6 +116,7 @@ def collection_from_path(path):
     if not is_collection(collection):
         collection = parent_url(collection)
         if not is_collection(collection):
+            log.debug("No collection found for path %s", path)
             return None
 
     # unquote, strip off any trailing slash, then clean up /../ and // entries