Index: trunk/i386/libsaio/dsdt_patcher.c =================================================================== --- trunk/i386/libsaio/dsdt_patcher.c (revision 76) +++ trunk/i386/libsaio/dsdt_patcher.c (revision 77) @@ -142,8 +142,9 @@ return tableAddr; } close (fd); + printf("Couldn't allocate memory for table \n", dirspec); } - printf("Couldn't allocate memory for table %s\n", dirspec); + printf("Couldn't find table %s\n", filename); return NULL; }