X-Git-Url: http://git.vrable.net/?a=blobdiff_plain;f=bluesky%2Fdebug.c;h=19cc5ef8c08167b0c3b729cb7d9d49dcb13bfbe1;hb=48c6f266a81d17e5c9bddd23cc3c2618f9e247ff;hp=ca09868d9ac1410591f1c862edb22d70ba2f5f87;hpb=db4915b4f7fc8f74958c4d1891dc69b76cbbe383;p=bluesky.git diff --git a/bluesky/debug.c b/bluesky/debug.c index ca09868..19cc5ef 100644 --- a/bluesky/debug.c +++ b/bluesky/debug.c @@ -42,8 +42,10 @@ static void cloudlog_dump(gpointer key, gpointer value, gpointer user_data) for (int i = 0; i < sizeof(BlueSkyCloudID); i++) { g_print("%02x", (uint8_t)(log->id.bytes[i])); } - g_print(": ty=%d inode=%"PRIu64" locs=%x\n", - log->type, log->inum, log->location_flags); + g_print(": ty=%d inode=%"PRIu64" locs=%x log@(%d,%d) cloud@(%d,%d,%d)\n", + log->type, log->inum, log->location_flags, + log->log_seq, log->log_offset, log->location.directory, + log->location.sequence, log->location.offset); } /* Dump a summary of filesystem state as it is cached in memory. */