Don't ask me how, but it's booting again
[tpg/acess2.git] / Modules / Filesystems / FAT / fat.c
index a63bac0..7eab093 100644 (file)
@@ -17,7 +17,7 @@
  * \todo Implement changing of the parent directory when a file is written to\r
  * \todo Implement file creation / deletion\r
  */\r
-#define DEBUG  1\r
+#define DEBUG  0\r
 #define VERBOSE        1\r
 \r
 #define CACHE_FAT      0       //!< Caches the FAT in memory\r
@@ -941,7 +941,7 @@ tVFS_Node *FAT_int_CreateNode(tVFS_Node *Parent, fat_filetable *Entry, int Pos)
        tFAT_VolInfo    *disk = Parent->ImplPtr;\r
        \r
        ENTER("pParent pFT", Parent, Entry);\r
-       LOG("disk = %p\n", disk);\r
+       LOG("disk = %p", disk);\r
        \r
        memset(&node, 0, sizeof(tVFS_Node));\r
        \r

UCC git Repository :: git.ucc.asn.au