From cdec36393e5b14357cbba515cf73dcc3861d359e Mon Sep 17 00:00:00 2001 From: helge Date: Mon, 21 Feb 2005 01:04:06 +0000 Subject: [PATCH] fixed a error log git-svn-id: http://svn.opengroupware.org/SOPE/trunk@581 e4a50df8-12e2-0310-a44c-efbce7f8a7e3 --- sope-gdl1/SQLite3/SQLiteChannel.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]; -- 2.39.5