]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
msg/async: fix typo in Error message 31825/head
authorWillem Jan Withagen <wjw@digiware.nl>
Fri, 22 Nov 2019 22:33:28 +0000 (23:33 +0100)
committerWillem Jan Withagen <wjw@digiware.nl>
Fri, 22 Nov 2019 22:38:09 +0000 (23:38 +0100)
And fix layout while there

Signed-off-by: Willem Jan Withagen <wjw@digiware.nl>
src/msg/async/AsyncMessenger.cc

index 8be17e390b3bc46b326ea100d0de69f18e58639a..92d1806355139b6e839a3628fdf064b5edb98622 100644 (file)
@@ -158,7 +158,9 @@ void Processor::start()
       for (auto& listen_socket : listen_sockets) {
        if (listen_socket) {
           if (listen_socket.fd() == -1) {
-            ldout(msgr->cct, 1) << __func__ << " Erro: processor restart after listen_socket.fd closed. " << this << dendl;
+            ldout(msgr->cct, 1) << __func__ 
+                << " Error: processor restart after listen_socket.fd closed. " 
+                << this << dendl;
             return;
           }
          worker->center.create_file_event(listen_socket.fd(), EVENT_READABLE,