mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-06 08:55:08 +00:00
Monotone-Parent: 0de048fc2845b8e712e21700f4604fa0cd9eeea4
Monotone-Revision: 641421d6e4ce7672544edb67ce851e86c8df9e22 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-06-01T14:00:36 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -233,8 +233,8 @@ static memcached_st *handle = NULL;
|
||||
expiration, 0);
|
||||
if (error != MEMCACHED_SUCCESS)
|
||||
[self logWithFormat:
|
||||
@"memcached error: unable to cache values for key '%@'",
|
||||
key];
|
||||
@"an error occurred when caching value for key '%@':"
|
||||
@" \"%s\"", key, memcached_strerror(handle, error)];
|
||||
//else
|
||||
//[self logWithFormat: @"memcached: cached values (%s) with subtype %@
|
||||
//for user %@", value, theType, theLogin];
|
||||
|
||||
Reference in New Issue
Block a user