aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Amsterdam <jba@google.com>2019-04-05 08:13:32 -0400
committerJonathan Amsterdam <jba@google.com>2019-04-05 08:13:32 -0400
commita6a5d804014f5bbcf339fd45a94141f0f8c06232 (patch)
tree18050997439213e21095d04c12b6a586c77ed044
parentc0c9a8bad51d448042a1251c5daa73aecf79109a (diff)
downloadseaweedfs-a6a5d804014f5bbcf339fd45a94141f0f8c06232.tar.xz
seaweedfs-a6a5d804014f5bbcf339fd45a94141f0f8c06232.zip
fix typo
-rw-r--r--weed/replication/sub/notification_gocdk_pub_sub.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/replication/sub/notification_gocdk_pub_sub.go b/weed/replication/sub/notification_gocdk_pub_sub.go
index c8b16e308..9c76e6918 100644
--- a/weed/replication/sub/notification_gocdk_pub_sub.go
+++ b/weed/replication/sub/notification_gocdk_pub_sub.go
@@ -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