Log that we're running

This commit is contained in:
James Mills 2018-02-25 21:57:20 +00:00
父節點 e01ed2ab3a
當前提交 1dded6cc6b
沒有發現已知的金鑰在資料庫的簽署中
GPG 金鑰 ID: AC4C014F1440EBD6

查看文件

@ -22,5 +22,6 @@ func init() {
func main() {
options := msgbus.Options{DefaultTTL: ttl}
http.Handle("/", msgbus.NewMessageBus(&options))
log.Printf("msgbusd listening on %s", bind)
log.Fatal(http.ListenAndServe(bind, nil))
}