cast correct type

This commit is contained in:
Hivert Quentin
2025-03-26 09:59:47 +01:00
parent ecfc54a0af
commit 5d0ee3f49b
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1030,7 +1030,7 @@ NSComparisonResult languageSort(id el1, id el2, void *context)
v = 10;
}
else {
NSLog(@"EASLOG: SOGoInternalSyncInterval found, value is %@", v);
NSLog(@"EASLOG: SOGoInternalSyncInterval found, value is %d", v);
}
return v;