Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ssyijiu committed Oct 14, 2016
1 parent e7268ee commit d6cd4c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/src/main/java/com/ssyijiu/library/MLog.java
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public static void w(Object obj) {
if(MLev.lev <= MLog.LogLev.W.lev) {
printLog(TAG, MLog.LogLev.W, getMsg(obj));
}
}
}

public static void w(String tag, Object obj) {

Expand Down

0 comments on commit d6cd4c5

Please sign in to comment.