Merge pull request #2000 from gst/master

Also print the broker path.
pull/1979/merge
Philip O'Toole 2015-03-18 11:06:08 -07:00
commit c2e8133c3d
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.