From: JINMEI Tatuya Date: Wed, 8 May 2013 22:39:19 +0000 (-0700) Subject: [2851] updated description of NOT_WRITABLE. X-Git-Tag: bind10-1.2.0beta1-release~466^2~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4d67c32a6d5ea8a09f9a9dc995b33619f56db5fd;p=thirdparty%2Fkea.git [2851] updated description of NOT_WRITABLE. "yet" seemed to be confusing; while we could explain it more, it's probably not much of interest for the caller anyway, and this is expected to be a concise description. so I chose it rather simpler. --- diff --git a/src/lib/datasrc/client_list.h b/src/lib/datasrc/client_list.h index 207b9c1c9b..0a1e3892ca 100644 --- a/src/lib/datasrc/client_list.h +++ b/src/lib/datasrc/client_list.h @@ -352,8 +352,8 @@ public: /// where caching is disabled for the specific /// data source). ZONE_NOT_FOUND, ///< Zone does not exist in this list. - CACHE_NOT_WRITABLE, ///< The cache is not (yet) writable (and zones - /// zones can't be loaded) + CACHE_NOT_WRITABLE, ///< The cache is not writable (and zones can't + /// be loaded) DATASRC_NOT_FOUND, ///< Specific data source for load is specified /// but it's not in the list ZONE_SUCCESS ///< Zone to be cached is successfully found and