Skip to content

Commit

Permalink
New
Browse files Browse the repository at this point in the history
  • Loading branch information
dianaafanador3 committed May 22, 2024
1 parent 135a31e commit a7854f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Realm/ObjectServerTests/BaasClient.swift
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ public class BaasClient {
}

guard fileteredContainer["isRunning"] as! Bool else {
print("Container \(id) is not running")
print("\(id) status is \(fileteredContainer["lastStatus"] ?? ""). Retrying...'")
return .success(nil)
}

Expand Down

0 comments on commit a7854f6

Please sign in to comment.