Fix the 404 agent not found error msg.

This commit is contained in:
Daniel Nichter
2013-09-18 15:34:35 -07:00
parent 0f27bd1e26
commit 2e313de07d

View File

@@ -5780,7 +5780,7 @@ sub init_agent {
my $code = $client->response->code;
if ( $code && $code == 404 ) {
$logger->fatal("API reports agent not found: the agent has been "
. "deleted, or its UUID (" . ($agent->uuid || '?')
. "deleted, or its UUID (" . ($agent->uuid || '?') . ") "
. "is wrong. Check https://cloud.percona.com/agents for a "
. "list of active agents.");
}