Fix PUT /config response and log errors.

This commit is contained in:
Ben Johnson
2014-03-06 13:35:46 -07:00
parent fe4dee03ab
commit 3cd83c61c4
2 changed files with 3 additions and 1 deletions

View File

@@ -273,7 +273,7 @@ func (r *Registry) urls(key, leaderName, selfName string, url func(key, name str
}
}
log.Infof("URLs: %s / %s (%s)", key, leaderName, selfName, strings.Join(urls, ","))
log.Infof("URLs: %s: %s / %s (%s)", key, leaderName, selfName, strings.Join(urls, ","))
return urls
}