This commit is contained in:
Aaron Bieber 2024-07-18 21:24:50 -06:00
parent ac2e64d4b6
commit 174acd6173
No known key found for this signature in database

View File

@ -55,7 +55,7 @@ func sendVoipmsResp(v voipms) error {
if err != nil {
return err
}
log.Println(str)
log.Println(string(str))
return nil
}