aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/Source/API/FIRDocumentSnapshot.mm
diff options
context:
space:
mode:
Diffstat (limited to 'Firestore/Source/API/FIRDocumentSnapshot.mm')
-rw-r--r--Firestore/Source/API/FIRDocumentSnapshot.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Firestore/Source/API/FIRDocumentSnapshot.mm b/Firestore/Source/API/FIRDocumentSnapshot.mm
index 614982b..388b3b3 100644
--- a/Firestore/Source/API/FIRDocumentSnapshot.mm
+++ b/Firestore/Source/API/FIRDocumentSnapshot.mm
@@ -50,7 +50,7 @@ static FSTServerTimestampBehavior InternalServerTimestampBehavor(
case FIRServerTimestampBehaviorPrevious:
return FSTServerTimestampBehaviorPrevious;
default:
- FIREBASE_ASSERT_MESSAGE(false, "Unexpected server timestamp option: %ld", (long)behavior);
+ HARD_FAIL("Unexpected server timestamp option: %s", behavior);
}
}