mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-04-25 10:18:39 +02:00
WIP: logging utilities
This commit is contained in:
@@ -74,7 +74,7 @@ public struct GroupBy: QueryClause, Hashable {
|
||||
|
||||
CoreStore.log(
|
||||
.Warning,
|
||||
message: "An existing \"propertiesToGroupBy\" for the \(typeName(NSFetchRequest)) was overwritten by \(typeName(self)) query clause."
|
||||
message: "An existing \"propertiesToGroupBy\" for the \(cs_typeName(NSFetchRequest)) was overwritten by \(cs_typeName(self)) query clause."
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user