Skip to content

Commit b057844

Browse files
bugfix %@ to %d (#935)
* bugfix %@ to %d * Apply suggestions from code review Co-authored-by: ArielDemarco <[email protected]> --------- Co-authored-by: ArielDemarco <[email protected]>
1 parent 591ed5f commit b057844

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Instrumentation/URLSession/InstrumentationUtils.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ enum InstrumentationUtils {
4444
}
4545

4646
if #available(iOS 14, macOS 11, tvOS 14, *) {
47-
os_log(.info, "failed to initialize network connection status: %@", safeClasses.count)
47+
os_log(.info, "failed to initialize network connection status: %ld", safeClasses.count)
4848
}
4949
return safeClasses
5050
}

0 commit comments

Comments
 (0)