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

Commit

Permalink
Merge branch 'master' into add_switch_space_for_reload
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicole00 authored Jul 21, 2021
2 parents c701544 + 64c4f70 commit 6e789f7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,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 6e789f7

Please sign in to comment.