added debug info
authorAndrew Tridgell <tridge@samba.org>
Sat, 24 Aug 1996 01:46:47 +0000 (01:46 +0000)
committerAndrew Tridgell <tridge@samba.org>
Sat, 24 Aug 1996 01:46:47 +0000 (01:46 +0000)
source/smbd/dir.c

index f2e672987e400c868c7ce503c5850d872613d1a2..73c4afd77e67c5914044a190982fd8a445bab7c3 100644 (file)
@@ -652,7 +652,7 @@ void DirCacheAdd(char *path,char *name,char *dname,int snum)
         entry->next && count < dir_cache_size + 1; 
         entry=entry->next, count++) ;
     if (entry->next || count != dir_cache_size + 1) {
-      DEBUG(0,("DirCache bug - please report\n"));
+      DEBUG(0,("DirCache bug - please report %d %d\n",dir_cache_size,count));
     }
     free(entry->path);
     free(entry->name);