aboutsummaryrefslogtreecommitdiff
path: root/QSThingsPlugin/Helpers/SQLHelper.m
diff options
context:
space:
mode:
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];