# HG changeset patch # User Matti Hamalainen # Date 1352912247 -7200 # Node ID 1b2d434a651b59df45ee5e361c3d34bd3dafafe9 # Parent 6f54edf6bd54be901cafb93b31240fe54f6579f4 Comment out a debug message. diff -r 6f54edf6bd54 -r 1b2d434a651b main.c --- a/main.c Tue Nov 13 01:07:07 2012 +0200 +++ b/main.c Wed Nov 14 18:57:27 2012 +0200 @@ -1675,8 +1675,7 @@ *isReadable = (id == sb.st_uid && (sb.st_mode & S_IRUSR)); #endif - THERR("'%s': dir=%d, wr=%d, rd=%d\n", - path, *isDirectory, *isWritable, *isReadable); +// THERR("'%s': dir=%d, wr=%d, rd=%d\n", path, *isDirectory, *isWritable, *isReadable); return TRUE; }