Sophie

Sophie

distrib > Mageia > 1 > i586 > media > core-updates-src > by-pkgid > b02833e8f0a28806cda4b2835cb2759e > files > 5

cyrus-imapd-2.3.16-4.1.mga1.src.rpm

--- cyrus-imapd-2.3.12/lib/cyrusdb_skiplist.c.orig	2008-04-09 19:56:57.000000000 +0200
+++ cyrus-imapd-2.3.12/lib/cyrusdb_skiplist.c	2008-04-24 12:10:24.000000000 +0200
@@ -751,8 +751,8 @@
     }
     if (list_ent) {
 	/* we already have this DB open! */
-	syslog(LOG_NOTICE, "skiplist: %s is already open %d time%s, returning object", 
-	fname, list_ent->refcount, list_ent->refcount == 1 ? "" : "s");
+	/* syslog(LOG_NOTICE, "skiplist: %s is already open %d time%s, returning object", 
+	fname, list_ent->refcount, list_ent->refcount == 1 ? "" : "s"); */
 	*ret = list_ent->db;
 	++list_ent->refcount;
 	return 0;