From 182872c760d437556d606cc02c6b7c570667a715 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Fri, 12 Sep 2025 21:50:40 +0200 Subject: Add children --- QSThingsPlugin/Helpers/SQLHelper.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'QSThingsPlugin/Helpers/SQLHelper.m') 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]; -- cgit