From: charles Date: Mon, 7 Nov 2005 07:19:34 +0000 (+0000) Subject: Change tracing flags X-Git-Tag: pre-name-change~389 X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=commitdiff_plain;h=600cb55e4d937dd1f61d596b49a58ef11ddc01c9;ds=sidebyside Change tracing flags --- diff --git a/yaffs_guts.c b/yaffs_guts.c index 8a07775..1f36cea 100644 --- a/yaffs_guts.c +++ b/yaffs_guts.c @@ -13,7 +13,7 @@ */ const char *yaffs_guts_c_version = - "$Id: yaffs_guts.c,v 1.22 2005-10-13 02:17:00 charles Exp $"; + "$Id: yaffs_guts.c,v 1.23 2005-11-07 07:19:34 charles Exp $"; #include "yportenv.h" @@ -5325,7 +5325,7 @@ int yaffs_GutsInitialise(yaffs_Device * dev) int extraBits; int nBlocks; - T(YAFFS_TRACE_ALWAYS, (TSTR("yaffs: yaffs_GutsInitialise()" TENDSTR))); + T(YAFFS_TRACE_TRACING, (TSTR("yaffs: yaffs_GutsInitialise()" TENDSTR))); /* Check stuff that must be set */ @@ -5528,7 +5528,7 @@ int yaffs_GutsInitialise(yaffs_Device * dev) yaffs_VerifyFreeChunks(dev); - T(YAFFS_TRACE_ALWAYS, + T(YAFFS_TRACE_TRACING, (TSTR("yaffs: yaffs_GutsInitialise() done.\n" TENDSTR))); return YAFFS_OK;