Skip to content
This repository has been archived by the owner on Oct 18, 2021. It is now read-only.

fix wrong address log #107

Merged
merged 2 commits into from
Jul 21, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ class NebulaGraphClientWriter(dataBaseConfigEntry: DataBaseConfigEntry,
throw new RuntimeException("Switch Failed")
}

LOG.info(s"Connection to ${dataBaseConfigEntry.metaAddresses}")
LOG.info(s"Connection to ${dataBaseConfigEntry.graphAddress}")
}

override def writeVertices(vertices: Vertices): String = {
Expand Down