Skip to content

Commit

Permalink
Let us release that way
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Lewis committed Jan 18, 2018
1 parent 649c743 commit b6c59ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent/java/src/main/java/com/fuxi/javaagent/Agent.java
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public static void premain(String agentArg, Instrumentation inst) {
JsPluginManager.init();
CheckerManager.init();
initTransformer(inst);
String message = "OpenRasp Initialized [" + projectVersion + " (build: GitCommit=" + gitCommit + " date="
String message = "OpenRASP Initialized [" + projectVersion + " (build: GitCommit=" + gitCommit + " date="
+ buildTime + ")]";
System.out.println(message);
Logger.getLogger(Agent.class.getName()).info(message);
Expand Down

0 comments on commit b6c59ae

Please # to comment.