We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a8bc61 commit d71e2f6Copy full SHA for d71e2f6
app/src/main/java/to/bitkit/utils/Logger.kt
@@ -215,7 +215,7 @@ class LogSaverImpl(
215
216
init {
217
if (sessionFilePath.isNotEmpty()) {
218
- log("Log session initialized… '$sessionFilePath'")
+ log("Log session initialized with file path: '$sessionFilePath'")
219
220
// Clean all old log files in background
221
CoroutineScope(Dispatchers.IO).launch {
0 commit comments