]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2219] cleanup: removed a redundant toText() in log arg.
authorJINMEI Tatuya <jinmei@isc.org>
Fri, 21 Sep 2012 22:19:12 +0000 (15:19 -0700)
committerJINMEI Tatuya <jinmei@isc.org>
Fri, 21 Sep 2012 22:19:12 +0000 (15:19 -0700)
src/lib/datasrc/memory/memory_client.cc

index f71385056197aef964f596e16ef523a6da7c9c80..18e3690c3c422d77c8d1073db55445531c730910 100644 (file)
@@ -609,7 +609,7 @@ InMemoryClient::InMemoryClientImpl::load(
     }
 
     LOG_DEBUG(logger, DBG_TRACE_BASIC, DATASRC_MEMORY_MEM_ADD_ZONE).
-        arg(zone_name).arg(rrclass_.toText());
+        arg(zone_name).arg(rrclass_);
 
     // Set the filename in file_name_tree_ now, so that getFileName()
     // can use it (during zone reloading).