Skip to content

Commit

Permalink
Merge pull request playframework#478 from mirkozt/lighthouse-1448-patch
Browse files Browse the repository at this point in the history
Lighthouse 1448 patch
  • Loading branch information
pepite committed May 8, 2012
1 parent 0104f94 commit c9d9952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/src/play/Logger.java
Expand Up @@ -615,7 +615,7 @@ public CallInfo(String className, String methodName) {
* @return the className of the class actually logging the message
*/
static String getCallerClassName() {
final int level = 4;
final int level = 5;
return getCallerClassName(level);
}

Expand Down

0 comments on commit c9d9952

Please sign in to comment.