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

Commit

Permalink
Merge pull request #107 from Nicole00/fix_log
Browse files Browse the repository at this point in the history
fix wrong address log
  • Loading branch information
Nicole00 authored Jul 21, 2021
2 parents c4c70d6 + 0a287d3 commit 64c4f70
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 64c4f70

Please sign in to comment.