From f827ada811bb807a9cf9e3db702a01e6f8e4ae3b Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Sun, 19 Aug 2018 15:17:55 -0700 Subject: merge notification config with filer.toml --- weed/msgqueue/log/log_queue.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'weed/msgqueue/log/log_queue.go') diff --git a/weed/msgqueue/log/log_queue.go b/weed/msgqueue/log/log_queue.go index 9ce9ff8be..612212ae0 100644 --- a/weed/msgqueue/log/log_queue.go +++ b/weed/msgqueue/log/log_queue.go @@ -4,6 +4,7 @@ import ( "github.com/chrislusf/seaweedfs/weed/glog" "github.com/chrislusf/seaweedfs/weed/msgqueue" "github.com/golang/protobuf/proto" + "github.com/chrislusf/seaweedfs/weed/util" ) func init() { @@ -17,7 +18,7 @@ func (k *LogQueue) GetName() string { return "log" } -func (k *LogQueue) Initialize(configuration msgqueue.Configuration) (err error) { +func (k *LogQueue) Initialize(configuration util.Configuration) (err error) { return nil } -- cgit v1.2.3