Renamed 'groupdav' to 'dav' in filenames
[citadel.git] / webcit / blogview_renderer.c
index 0a825327b8f6b558786ad82c104c1f0d9f0d4fc9..60faa89746a579b9c3055f9588fefa34299b3ee5 100644 (file)
@@ -20,7 +20,7 @@
 
 #include "webcit.h"
 #include "webserver.h"
-#include "groupdav.h"
+#include "dav.h"
 
 
 /*
@@ -214,6 +214,9 @@ int blogview_LoadMsgFromServer(SharedMessageStatus *Stat,
                }
                bp->msgs[bp->num_msgs++] = Msg->msgnum;
        }
+       else {
+               syslog(LOG_DEBUG, "** comment %ld is unparented", Msg->msgnum);
+       }
 
        return 200;
 }