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

Merge branch 'replica-refactoring' into 1.6

parents cfa91865 47f39d66
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