Some initial work on logging gathering data into cloud log segments.
[bluesky.git] / bluesky / cache.c
index 00d0fec..6a91873 100644 (file)
@@ -270,6 +270,7 @@ static gpointer flushd_task(BlueSkyFS *fs)
         return NULL;
     flushd_dirty(fs);
     flushd_clean(fs);
+    bluesky_cloudlog_write_log(fs);
     g_mutex_unlock(fs->flushd_lock);
 
     return NULL;