Skip to content

Commit

Permalink
Fix database scan error log message
Browse files Browse the repository at this point in the history
  • Loading branch information
tagavari committed Aug 8, 2022
1 parent 44d975b commit 22c8210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AirMessage/Database/DatabaseManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ class DatabaseManager {

private func runScan() {
guard let dbConnection = dbConnection else {
LogManager.log("Trying to run scan, but database is available", level: .error)
LogManager.log("Trying to run scan, but database is unavailable", level: .error)
return
}

Expand Down

0 comments on commit 22c8210

Please sign in to comment.