File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/src/main/java/to/bitkit/repositories Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -454,7 +454,7 @@ class WalletRepo @Inject constructor(
454454 db.tagMetadataDao().insert(tagMetadata = entity)
455455 Logger .debug(" Tag metadata saved: $entity " , context = TAG )
456456 } catch (e: Throwable ) {
457- Logger .error(" saveInvoice error " , e, context = TAG )
457+ Logger .error(" Error persisting tag metadata " , e, context = TAG )
458458 }
459459 }
460460
@@ -463,7 +463,7 @@ class WalletRepo @Inject constructor(
463463 val twoDaysAgoMillis = Clock .System .now().minus(2 .days).toEpochMilliseconds()
464464 db.tagMetadataDao().deleteExpired(expirationTimeStamp = twoDaysAgoMillis)
465465 } catch (e: Throwable ) {
466- Logger .error(" deleteExpiredInvoices error " , e, context = TAG )
466+ Logger .error(" Error deleting expired tag metadata records " , e, context = TAG )
467467 }
468468 }
469469
You can’t perform that action at this time.
0 commit comments