Browse Source

[2025] Remove redundant .getText() calls

Mukund Sivaraman 13 years ago
parent
commit
05b81acbc6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/bin/auth/auth_srv.cc

+ 1 - 1
src/bin/auth/auth_srv.cc

@@ -829,7 +829,7 @@ AuthSrvImpl::processNotify(const IOMessage& io_message, Message& message,
     }
 
     LOG_DEBUG(auth_logger, DBG_AUTH_DETAIL, AUTH_RECEIVED_NOTIFY)
-      .arg(question->getName().toText()).arg(question->getClass().toText());
+      .arg(question->getName()).arg(question->getClass());
 
     const string remote_ip_address =
         io_message.getRemoteEndpoint().getAddress().toText();