This is an automated email from the ASF dual-hosted git repository. jiashuo pushed a commit to branch add-table-migrator in repository https://gitbox.apache.org/repos/asf/incubator-pegasus.git
commit 0a4c46aa24cec6539f9a69181bd9f577a696d856 Author: jiashuo <[email protected]> AuthorDate: Wed Jun 15 19:29:22 2022 +0800 update --- admin-cli/executor/toolkits/tablemigrator/switcher.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin-cli/executor/toolkits/tablemigrator/switcher.go b/admin-cli/executor/toolkits/tablemigrator/switcher.go index c5dbf55c..8158b8fb 100644 --- a/admin-cli/executor/toolkits/tablemigrator/switcher.go +++ b/admin-cli/executor/toolkits/tablemigrator/switcher.go @@ -57,7 +57,7 @@ func SwitchMetaAddrs(client *executor.Client, zkAddr string, zkRoot string, tabl if err != nil { return err } - fmt.Printf("%s has updated metaproxy addr from %v to %v, current table env is %v", tableName, currentRemoteZKInfo, updatedZkInfo, env) + fmt.Printf("%s has updated metaproxy addr from %v to %v, current table env is %v\n", tableName, currentRemoteZKInfo, updatedZkInfo, env) return nil } --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
