Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Shashi Ranjan committed May 27, 2016
1 parent 277931d commit 393a86f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ public void run() {
}

private void logConfig() {
LOGGER.info("**********Galilleo Agent configuration************");
LOGGER.info("**********Galileo Agent configuration************");
LOGGER.info("host: " + analyticsServerHost);
LOGGER.info("port: " + analyticsServerPort);
LOGGER.info("protocol: " + ((useHttps) ? "https" : "http"));
Expand Down

0 comments on commit 393a86f

Please # to comment.