Monotone-Parent: 0de048fc2845b8e712e21700f4604fa0cd9eeea4

Monotone-Revision: 641421d6e4ce7672544edb67ce851e86c8df9e22

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2010-06-01T14:00:36
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2010-06-01 14:00:36 +00:00
parent eb8125f468
commit 667ed3c150
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2010-06-01 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* SoObjects/SOGo/SOGoCache.m (-setValue:forKey:expire:): display
the memcached error string when an error occurs.
2010-05-28 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* UI/WebServerResources/UIxComponentEditor.js:

View File

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