mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
fix typo
This commit is contained in:
parent
c0c9a8bad5
commit
a6a5d80401
|
@ -29,7 +29,7 @@ func (k *GoCDKPubSubInput) GetName() string {
|
|||
|
||||
func (k *GoCDKPubSubInput) Initialize(config util.Configuration) error {
|
||||
subURL := config.GetString("sub_url")
|
||||
glog.V(0).Infof("notification.gocdk_pub_sub.topic_url: %v", subURL)
|
||||
glog.V(0).Infof("notification.gocdk_pub_sub.sub_url: %v", subURL)
|
||||
sub, err := pubsub.OpenSubscription(context.Background(), subURL)
|
||||
if err != nil {
|
||||
return err
|
||||
|
|
Loading…
Reference in a new issue