Skip to content

Commit 2320feb

Browse files
committed
Consistent naming
1 parent 9be209d commit 2320feb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/netflix/simianarmy/basic/BasicMonkeyServer.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ public void destroy() {
147147
RUNNER.stop();
148148
LOGGER.info("Stopping Chaos Monkey.");
149149
RUNNER.removeMonkey(this.chaosClass);
150-
LOGGER.info("Stopping volume tagging Monkey.");
150+
LOGGER.info("Stopping Volume Tagging Monkey.");
151151
RUNNER.removeMonkey(VolumeTaggingMonkey.class);
152152
LOGGER.info("Stopping Janitor Monkey.");
153153
RUNNER.removeMonkey(BasicJanitorMonkey.class);

0 commit comments

Comments
 (0)