yaffs Change tracing to yaffs_trace
[yaffs2.git] / direct / yaffsfs.c
index a9c6b43e4dabb74d1de062d11d9332dc98c33d10..e3bc19d7fcfca36108ec07c68e748ecae413341c 100644 (file)
@@ -2349,7 +2349,7 @@ int yaffs_mount2(const YCHAR *path,int read_only)
                return -1;
        }
 
-       T(YAFFS_TRACE_MOUNT,(TSTR("yaffs: Mounting %s" TENDSTR),path));
+       yaffs_trace(YAFFS_TRACE_MOUNT,"yaffs: Mounting %s",path);
 
        if(yaffsfs_CheckPath(path) < 0){
                yaffsfs_SetError(-ENAMETOOLONG);