File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,9 +15,9 @@ class PowerSyncBackendConnectorAdapter: KotlinPowerSyncBackendConnector {
15
15
return result? . kotlinCredentials
16
16
} catch {
17
17
if #available( iOS 14 . 0 , * ) {
18
- Logger ( ) . error ( " Failed to fetch credentials: \( error. localizedDescription) " )
18
+ Logger ( ) . error ( " 🔴 Failed to fetch credentials: \( error. localizedDescription) " )
19
19
} else {
20
- print ( " Failed to fetch credentials: \( error. localizedDescription) " )
20
+ print ( " 🔴 Failed to fetch credentials: \( error. localizedDescription) " )
21
21
}
22
22
return nil
23
23
}
@@ -29,9 +29,9 @@ class PowerSyncBackendConnectorAdapter: KotlinPowerSyncBackendConnector {
29
29
return try await swiftBackendConnector. uploadData ( database: swiftDatabase)
30
30
} catch {
31
31
if #available( iOS 14 . 0 , * ) {
32
- Logger ( ) . error ( " Failed to upload data: \( error) " )
32
+ Logger ( ) . error ( " 🔴 Failed to upload data: \( error) " )
33
33
} else {
34
- print ( " Failed to upload data: \( error) " )
34
+ print ( " 🔴 Failed to upload data: \( error) " )
35
35
}
36
36
}
37
37
}
You can’t perform that action at this time.
0 commit comments