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:
Wolfgang Sourdeau
2010-11-16 18:44:17 +00:00
parent 8eed09baf6
commit 4f09cb6674

View File

@@ -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;
}