]> err.no Git - sope/commitdiff
fixed a error log
authorhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Mon, 21 Feb 2005 01:04:06 +0000 (01:04 +0000)
committerhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Mon, 21 Feb 2005 01:04:06 +0000 (01:04 +0000)
git-svn-id: http://svn.opengroupware.org/SOPE/trunk@581 e4a50df8-12e2-0310-a44c-efbce7f8a7e3

sope-gdl1/SQLite3/SQLiteChannel.m

index 5f45964766ecd3b9d3ba5aa45a963d3c77090268..f380f1724c9146a8fe0c0cdd4aca73a813b2df85 100644 (file)
@@ -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"];