From: helge Date: Sun, 22 Apr 2007 19:36:03 +0000 (+0000) Subject: improved an error log X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c994d6c8142de673aaeb168b68fa989ac0ba92f0;p=sope improved an error log git-svn-id: http://svn.opengroupware.org/SOPE/trunk@1473 e4a50df8-12e2-0310-a44c-efbce7f8a7e3 --- diff --git a/sope-gdl1/GDLContentStore/ChangeLog b/sope-gdl1/GDLContentStore/ChangeLog index 4e01dfc5..5d6af503 100644 --- a/sope-gdl1/GDLContentStore/ChangeLog +++ b/sope-gdl1/GDLContentStore/ChangeLog @@ -1,3 +1,7 @@ +2007-04-22 Helge Hess + + * GCSChannelManager.m: improved error log (v4.7.43) + 2007-04-17 Helge Hess * fixed a few GNUstep compilation warnings (v4.7.42) diff --git a/sope-gdl1/GDLContentStore/GCSChannelManager.m b/sope-gdl1/GDLContentStore/GCSChannelManager.m index 7a86ec3d..e1983909 100644 --- a/sope-gdl1/GDLContentStore/GCSChannelManager.m +++ b/sope-gdl1/GDLContentStore/GCSChannelManager.m @@ -461,7 +461,8 @@ static NSTimeInterval ChannelCollectionTimer = 5 * 60; isSQLite = [[_url scheme] isEqualToString:@"sqlite"]; if (!isSQLite && ![[self->url host] isEqual:[_url host]]) { - [self logWithFormat:@"MISMATCH: different host .."]; + [self logWithFormat:@"MISMATCH: different host (%@ vs %@)", + [self->url host], [_url host]]; return NO; } if (![[self->url gcsDatabaseName] isEqualToString:[_url gcsDatabaseName]]) { diff --git a/sope-gdl1/GDLContentStore/Version b/sope-gdl1/GDLContentStore/Version index 945ea188..2f980b4f 100644 --- a/sope-gdl1/GDLContentStore/Version +++ b/sope-gdl1/GDLContentStore/Version @@ -2,7 +2,7 @@ MAJOR_VERSION:=4 MINOR_VERSION:=7 -SUBMINOR_VERSION:=42 +SUBMINOR_VERSION:=43 # v4.5.29 requires libNGExtensions v4.5.161 # v4.5.26 does not require libNGiCal anymore