From 47f39d6612f2a62d711c4da6950228e980a80876 Mon Sep 17 00:00:00 2001 From: Konstantin Osipov <kostja@tarantool.org> Date: Tue, 1 Sep 2015 21:36:52 +0300 Subject: [PATCH] replica: correct spelling of a log message --- src/box/replica.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/box/replica.cc b/src/box/replica.cc index 1b77acba2e..8ced5ca715 100644 --- a/src/box/replica.cc +++ b/src/box/replica.cc @@ -371,7 +371,7 @@ replica_stop(struct replica *replica) if (f == NULL) return; const char *uri = uri_format(&replica->uri); - say_info("shutting down the replica %s", uri); + say_info("shutting down replica %s", uri); fiber_cancel(f); /** * If the replica died from an exception, don't throw it -- GitLab