main: show: Don't strip mode, let's see the whole thing

Just useful for debugging.
This commit is contained in:
Colin Walters 2013-07-18 14:23:12 -04:00
parent f0c5a5f334
commit 3e2d2f3e9e

View File

@ -133,7 +133,7 @@ show_repo_meta (OstreeRepo *repo,
g_printerr ("(unknown type %u)\n", (guint)filetype);
}
g_print ("Mode: 0%04o\n", g_file_info_get_attribute_uint32 (finfo, "unix::mode") & ~S_IFMT);
g_print ("Mode: 0%04o\n", g_file_info_get_attribute_uint32 (finfo, "unix::mode"));
g_print ("Uid: %u\n", g_file_info_get_attribute_uint32 (finfo, "unix::uid"));
g_print ("Gid: %u\n", g_file_info_get_attribute_uint32 (finfo, "unix::gid"));