Skip to content

Commit

Permalink
fix based on comments
Browse files Browse the repository at this point in the history
  • Loading branch information
shengofsun committed Dec 25, 2018
1 parent 4643e47 commit 63a4ee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/info_collector.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ info_collector::info_collector()
}

_cluster_name = dsn_config_get_value_string(
"pegasus.collector", PEGASUS_CLUSTER_SECTION_NAME.c_str(), "", "cluster name");
"pegasus.collector", "cluster", "", "cluster name");
dassert(_cluster_name.size() > 0, "");

_shell_context.current_cluster_name = _cluster_name;
Expand Down

0 comments on commit 63a4ee9

Please sign in to comment.