changeset 560:1b2d434a651b

Comment out a debug message.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 14 Nov 2012 18:57:27 +0200
parents 6f54edf6bd54
children 1ff9e85a1fcc
files main.c
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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;
 }