Skip to content

Commit

Permalink
bug fix for Linux debug
Browse files Browse the repository at this point in the history
  • Loading branch information
iMac0de committed Feb 12, 2018
1 parent 1d9eef1 commit e1af1b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Perfect-FCM-Server/PerfectFCM.swift
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ open class PerfectFCM {
let curlResponse = try curlRequest.perform()

if debug {
NSLog("%@", curlResponse.bodyString as CVarArg)
print(curlResponse.bodyString)
}
}
}
Expand Down

0 comments on commit e1af1b6

Please sign in to comment.