summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2021-09-07 15:05:29 +0300
committerTor Lillqvist <tml@iki.fi>2021-09-07 15:29:12 +0300
commit63401d11437305d7f2cf57a7a6ffa82a37321f76 (patch)
tree16f9a03950249e0f925f19c4addc0532debbaf01
parentRemove leftover temp files harder in the iOS app when it starts (diff)
downloadonline-63401d11437305d7f2cf57a7a6ffa82a37321f76.tar.gz
online-63401d11437305d7f2cf57a7a6ffa82a37321f76.zip
Fix typo in log message
Signed-off-by: Tor Lillqvist <tml@collabora.com> Change-Id: I45017d117ac439ff869971b41521d46ee7b5864b
-rw-r--r--ios/Mobile/AppDelegate.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/ios/Mobile/AppDelegate.mm b/ios/Mobile/AppDelegate.mm
index 391f334695..d0ab3fc284 100644
--- a/ios/Mobile/AppDelegate.mm
+++ b/ios/Mobile/AppDelegate.mm
@@ -299,7 +299,7 @@ static void updateTemplates(NSData *data, NSURLResponse *response)
}
if (![[NSFileManager defaultManager] createDirectoryAtURL:tempFolderURL withIntermediateDirectories:YES attributes:nil error:nil]) {
- NSLog(@"Could not create tile bitmap folder %@", tempFolderURL);
+ NSLog(@"Could not create tmp folder %@", tempFolderURL);
}
fakeSocketSetLoggingCallback([](const std::string& line)