Skip to content

Commit 5278250

Browse files
committed
see 02/01 log
1 parent cc8ede8 commit 5278250

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utilcode/src/main/java/com/blankj/utilcode/util/LogUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,7 @@ public String toString() {
597597
+ LINE_SEP + "head: " + sLogHeadSwitch
598598
+ LINE_SEP + "file: " + sLog2FileSwitch
599599
+ LINE_SEP + "dir: " + (sDir == null ? sDefaultDir : sDir)
600-
+ LINE_SEP + "filePrefix" + sFilePrefix
600+
+ LINE_SEP + "filePrefix: " + sFilePrefix
601601
+ LINE_SEP + "border: " + sLogBorderSwitch
602602
+ LINE_SEP + "consoleFilter: " + T[sConsoleFilter - V]
603603
+ LINE_SEP + "fileFilter: " + T[sFileFilter - V]

0 commit comments

Comments
 (0)