From: Lawrence S. <ljs...@us...> - 2013-04-10 01:50:13
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "A pseudo Operating System for the Dreamcast.". The branch, master has been updated via cc47aaa0c998d521607127c252d2fa95745ab2fb (commit) from a9dfe43213f47264982d426f5364b09381dde05c (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit cc47aaa0c998d521607127c252d2fa95745ab2fb Author: Lawrence Sebald <ljs...@us...> Date: Tue Apr 9 21:49:45 2013 -0400 Get rid of a debugging printf I left in by mistake... ----------------------------------------------------------------------- Summary of changes: addons/libkosext2fs/inode.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/addons/libkosext2fs/inode.c b/addons/libkosext2fs/inode.c index 975d25b..57a8b4a 100644 --- a/addons/libkosext2fs/inode.c +++ b/addons/libkosext2fs/inode.c @@ -562,7 +562,6 @@ static int ext2_inode_free_all(ext2_fs_t *fs, ext2_inode_t *inode, dbglog(DBG_WARNING, "ext2_inode_free_all: xattr with bad magic!\n"); } else if(!--xattr->h_refcount) { - printf("Freeing xattr at block %d\n", (int)inode->i_file_acl); if((rv = mark_block_free(fs, inode->i_file_acl))) return rv; } hooks/post-receive -- A pseudo Operating System for the Dreamcast. |