Skip to content

Commit

Permalink
Merge pull request #15 from scouter-project/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
bill23-kim committed Jul 28, 2015
2 parents 38a9a48 + e840edc commit 7fcf8bb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ But now more and more systems are using open source S/W.
If you use a Tomcat, SCOUTER will be the best choice to monitor it.

### Documents
- [Getting Started](./Getting-Started)
- [Getting Start Profiling SQL](./Getting-Start-Profile-SQL)
- [Client Screen Help](./How-To-Use-Client)
- [Getting Started](../../wiki/Getting-Started)
- [Getting Start Profiling SQL](../../wiki/Getting-Start-Profile-SQL)
- [Client Screen Help](../../wiki/How-To-Use-Client)
- [More Documents](../../wiki/)

### Download
Expand Down
2 changes: 1 addition & 1 deletion scouter.agent/src/scouter/agent/asm/DbcOpenASM.java
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ public MethodVisitor visitMethod(int access, String name, String desc, String si
return mv;
}

String fullname = "OPEN-DBC " + StringUtil.cutLastString(className, '/') + "." + name;
String fullname = "OPEN " + StringUtil.cutLastString(className, '/') + "." + name;
int fullname_hash = HashUtil.hash(fullname);
DataProxy.sendMethodName(fullname_hash, fullname);

Expand Down

0 comments on commit 7fcf8bb

Please sign in to comment.