From: helge Date: Mon, 21 Feb 2005 01:04:06 +0000 (+0000) Subject: fixed a error log X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cdec36393e5b14357cbba515cf73dcc3861d359e;p=sope fixed a error log git-svn-id: http://svn.opengroupware.org/SOPE/trunk@581 e4a50df8-12e2-0310-a44c-efbce7f8a7e3 --- diff --git a/sope-gdl1/SQLite3/SQLiteChannel.m b/sope-gdl1/SQLite3/SQLiteChannel.m index 5f459647..f380f172 100644 --- a/sope-gdl1/SQLite3/SQLiteChannel.m +++ b/sope-gdl1/SQLite3/SQLiteChannel.m @@ -337,7 +337,7 @@ static int openConnectionCount = 0; [attribute setValueClassName:@"NSData"]; break; case SQLITE_NULL: - NSLog(@"WARNING(%s): got SQLite NULL type at column %i, can't derive ", + NSLog(@"WARNING(%s): got SQLite NULL type at column %i, can't derive " @"type information.", __PRETTY_FUNCTION__, cnt); [attribute setExternalType:@"NULL"];