Fix minor typo.

This commit is contained in:
Daniel Nichter
2013-03-26 10:29:05 -06:00
parent ba7d55910b
commit 6b89da736b

View File

@@ -5077,7 +5077,7 @@ sub init_agent {
lib_dir => $lib_dir,
);
_info("Agent " . $agent->name . "(" . $agent->uuid . ") is ready");
_info("Agent " . $agent->name . " (" . $agent->uuid . ") is ready");
return $agent;
}