Skip to content

Commit d71e2f6

Browse files
refactor: update log initialization message
Co-authored-by: Ovi Trif <[email protected]>
1 parent 7a8bc61 commit d71e2f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/to/bitkit/utils/Logger.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ class LogSaverImpl(
215215

216216
init {
217217
if (sessionFilePath.isNotEmpty()) {
218-
log("Log session initialized '$sessionFilePath'")
218+
log("Log session initialized with file path: '$sessionFilePath'")
219219

220220
// Clean all old log files in background
221221
CoroutineScope(Dispatchers.IO).launch {

0 commit comments

Comments
 (0)