aboutsummaryrefslogtreecommitdiff
path: root/QSThingsPlugin/Helpers/SQLHelper.m
diff options
context:
space:
mode:
authorRuben Beltran del Rio <git@r.bdr.sh>2025-09-12 21:50:40 +0200
committerRuben Beltran del Rio <git@r.bdr.sh>2025-09-12 21:50:40 +0200
commit182872c760d437556d606cc02c6b7c570667a715 (patch)
tree11795bdb259445e5c3f8dd0177e9426ec77b0399 /QSThingsPlugin/Helpers/SQLHelper.m
parent5870e5cf03ceaff7080174b573618631a413110e (diff)
Add children
Diffstat (limited to 'QSThingsPlugin/Helpers/SQLHelper.m')
-rw-r--r--QSThingsPlugin/Helpers/SQLHelper.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/QSThingsPlugin/Helpers/SQLHelper.m b/QSThingsPlugin/Helpers/SQLHelper.m
index c44ea22..c26dfc5 100644
--- a/QSThingsPlugin/Helpers/SQLHelper.m
+++ b/QSThingsPlugin/Helpers/SQLHelper.m
@@ -9,7 +9,7 @@
FMDatabase *database = [FMDatabase databaseWithPath:path];
if (![database openWithFlags:0x00000001]) { // 1 = SQLITE_OPEN_READONLY
- NSLog(@"Could not open Firefox's places.sqlite DB.");
+ NSLog(@"Could not open Things database.");
return @[];
}
[database goodConnection];