mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-06 20:15:26 +00:00
cast correct type
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user