X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=yaffs_yaffs1.c;h=642fd5a4d54e6603a5f5c8bb9ccba892c203eed1;hb=refs%2Fheads%2Faleph1-release-branch;hp=1b8fcf1f21ffbf010a8e8879b48813bd127eeba8;hpb=4a700fe570d217c2c5df87070db7c2652bc0eaaf;p=yaffs2.git diff --git a/yaffs_yaffs1.c b/yaffs_yaffs1.c index 1b8fcf1..642fd5a 100644 --- a/yaffs_yaffs1.c +++ b/yaffs_yaffs1.c @@ -10,6 +10,7 @@ * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ + #include "yaffs_yaffs1.h" #include "yportenv.h" #include "yaffs_trace.h" @@ -231,6 +232,11 @@ int yaffs1_Scan(yaffs_Device *dev) shadowFixerList = fixer; fixer->objectId = tags.objectId; fixer->shadowedId = oh->shadowsObject; + T(YAFFS_TRACE_SCAN, + (TSTR + (" Shadow fixer: %d shadows %d" TENDSTR), + fixer->objectId, fixer->shadowedId)); + } }