mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-04 21:08:51 +00:00
Monotone-Parent: df60fa1b39b724d3f0ecdfb7868bc7d84cf4b614
Monotone-Revision: 9d07dc2dfdd810c4a1b91b9837f778527a330d96 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-11-16T18:44:17 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -267,6 +267,7 @@ static memcached_st *handle = NULL;
|
||||
NSData *keyData, *valueData;
|
||||
memcached_return error;
|
||||
|
||||
// [self logWithFormat: @"setValue: '%@' forKey: '%@'", value, key];
|
||||
if (handle)
|
||||
{
|
||||
keyData = [key dataUsingEncoding: NSUTF8StringEncoding];
|
||||
@@ -328,6 +329,8 @@ static memcached_st *handle = NULL;
|
||||
@" '%@' while no handle exists", key];
|
||||
}
|
||||
|
||||
// [self logWithFormat: @"valueForKey: '%@' -> '%@'", key, valueString];
|
||||
|
||||
return valueString;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user