Skip to content

Commit 22c8210

Browse files
committed
Fix database scan error log message
1 parent 44d975b commit 22c8210

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AirMessage/Database/DatabaseManager.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ class DatabaseManager {
7272

7373
private func runScan() {
7474
guard let dbConnection = dbConnection else {
75-
LogManager.log("Trying to run scan, but database is available", level: .error)
75+
LogManager.log("Trying to run scan, but database is unavailable", level: .error)
7676
return
7777
}
7878

0 commit comments

Comments
 (0)