# HG changeset patch # User crestani # Date 1140175159 0 # Node ID ea87f3f1e3ffd59a227c4cee00da7bb8ceb8fa29 # Parent ebe36a266d643575279948d4ad02d644ed21eb99 [xemacs-hg @ 2006-02-17 11:19:17 by crestani] Remove "Cache full" warning diff -r ebe36a266d64 -r ea87f3f1e3ff src/ChangeLog --- a/src/ChangeLog Thu Feb 16 22:51:50 2006 +0000 +++ b/src/ChangeLog Fri Feb 17 11:19:19 2006 +0000 @@ -1,3 +1,7 @@ +2006-02-16 Marcus Crestani + + * xgccache.c (gc_cache_lookup): Remove "Cache full" warning. + 2006-01-21 Marcus Crestani * mc-alloc.c (init_mc_allocator): Cygwin claims to have a 64k diff -r ebe36a266d64 -r ea87f3f1e3ff src/xgccache.c --- a/src/xgccache.c Thu Feb 16 22:51:50 2006 +0000 +++ b/src/xgccache.c Fri Feb 17 11:19:19 2006 +0000 @@ -233,7 +233,9 @@ cache->head = cell->next; cache->head->prev = 0; if (cache->tail == cell) cache->tail = 0; /* only one */ +#if 0 debug_out ("Cache full, freeing GC: %08lx\n ", XE_GCONTEXT(cell)); +#endif XFreeGC (cache->dpy, cell->gc); cache->delete_count++; #ifdef GCCACHE_HASH