Skip to content
Snippets Groups Projects
Commit 47f39d66 authored by Konstantin Osipov's avatar Konstantin Osipov
Browse files

replica: correct spelling of a log message

parent ff6056da
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment