]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
crimson/common: replace UTF-8 with ASCII in errorator's stateful_error_t.
authorRadoslaw Zarzynski <rzarzyns@redhat.com>
Fri, 19 Mar 2021 08:44:42 +0000 (08:44 +0000)
committerKefu Chai <kchai@redhat.com>
Fri, 2 Apr 2021 07:30:17 +0000 (15:30 +0800)
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
src/crimson/common/errorator.h

index 058f9fe8c64b861c08c96ee804802b67e5a98152..d6cdc3683de703c1fd0d631469c68f0139b96c76 100644 (file)
@@ -202,7 +202,7 @@ struct stateful_error_t : error_t<stateful_error_t<ErrorT>> {
           return std::invoke(std::forward<Func>(func));
         }
       }
-      ceph_abort_msg("exception type mismatch  impossible!");
+      ceph_abort_msg("exception type mismatch -- impossible!");
     };
   }