Skip to content
Snippets Groups Projects
Commit dbb1405e authored by Ryan Izard's avatar Ryan Izard
Browse files

update log message typo

parent 76cbc830
No related branches found
No related tags found
No related merge requests found
......@@ -136,7 +136,7 @@ public class ControllerVersion {
if (title.isEmpty()) {
return "unknown";
} else {
log.info("Floodlight name {} found in manifest", title);
log.info("Floodlight name {} found in pom.xml", title);
return title;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment