diff options
author | stuconnolly <stuart02@gmail.com> | 2012-09-08 09:28:59 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2012-09-08 09:28:59 +0000 |
commit | 3164c029b4c87cf65a8a7f21a85e95b960806b59 (patch) | |
tree | aee392988c4a706c326e8cb310850f04066843a1 /Frameworks/PostgresKit/Source/FLXPostgresConnectionEncoding.m | |
parent | 6f35772e8d9872a2318d1cd8e26804dbed819576 (diff) | |
download | sequelpro-3164c029b4c87cf65a8a7f21a85e95b960806b59.tar.gz sequelpro-3164c029b4c87cf65a8a7f21a85e95b960806b59.tar.bz2 sequelpro-3164c029b4c87cf65a8a7f21a85e95b960806b59.zip |
Replace uses of NSLog().
Diffstat (limited to 'Frameworks/PostgresKit/Source/FLXPostgresConnectionEncoding.m')
-rw-r--r-- | Frameworks/PostgresKit/Source/FLXPostgresConnectionEncoding.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Frameworks/PostgresKit/Source/FLXPostgresConnectionEncoding.m b/Frameworks/PostgresKit/Source/FLXPostgresConnectionEncoding.m index ddecee64..0566b8ef 100644 --- a/Frameworks/PostgresKit/Source/FLXPostgresConnectionEncoding.m +++ b/Frameworks/PostgresKit/Source/FLXPostgresConnectionEncoding.m @@ -147,7 +147,7 @@ return CFStringConvertEncodingToNSStringEncoding(kCFStringEncodingDOSThai); } - NSLog(@"PostgresKit: Warning: Unable to process unknown PostgreSQL encoding '%s'; falling back to UTF8.", charset); + _log(@"PostgresKit: Warning: Unable to process unknown PostgreSQL encoding '%s'; falling back to UTF8.", charset); return FLXPostgresConnectionDefaultStringEncoding; } |