Also print the broker path.

So to know/see where it's actually located.
pull/2000/head
Grégory Starck 2015-03-18 11:58:56 -04:00
parent 4e77faf619
commit 0c7e062a18
1 changed files with 1 additions and 1 deletions

View File

@ -268,7 +268,7 @@ func openBroker(path string, u url.URL, initializing bool, joinURLs []url.URL, w
// Open broker so it can feed last index data to the log.
if err := b.Open(path); err != nil {
log.Fatalf("failed to open broker: %s", err)
log.Fatalf("failed to open broker at %s : %s", path, err)
}
// Attach the broker as the finite state machine of the raft log.