Skip to content

Commit

Permalink
hey, what's that over there?!
Browse files Browse the repository at this point in the history
  • Loading branch information
sberrevoets committed Mar 21, 2024
1 parent 3e259c1 commit fa98ec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/NTPClient.swift
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ final class NTPClient {
PDU.isValidResponse() else
{
print("nil")
print(String(describing: data ?? "nil"))
print(String(describing: data))
completion(nil)
return
}
Expand Down

0 comments on commit fa98ec3

Please sign in to comment.