Skip to content

Commit

Permalink
fix CliManager Connection Failed info (vesoft-inc#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
darionyaphet authored Mar 8, 2019
1 parent 120026c commit c7517ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/console/CliManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ bool CliManager::connect(const std::string& addr,
return true;
} else {
// There is an error
std::cout << "Authentication failed\n";
std::cout << "Connection failed\n";
return false;
}
}
Expand Down

0 comments on commit c7517ae

Please sign in to comment.