Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Workaround for GPDebug::Log not working with format %s #1264

Merged
merged 1 commit into from
Dec 14, 2024

Conversation

agalasso
Copy link
Contributor

@agalasso agalasso commented Dec 14, 2024

Add a Write method to GPDebug::Log for logging an already formatted C-style string. This is a workaround for GPDebug::Log not being able to handle a format string with %s.

Add a Write mthod to GPLog for logging an already formatted C-style string.
This is a workaround for GPDebug::Log not being able to handle a
format string with %s.
Copy link
Contributor

@bwdev01 bwdev01 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will work, let's merge it and I will use it for the other PR.

@agalasso agalasso merged commit a471ca7 into master Dec 14, 2024
2 checks passed
@agalasso agalasso deleted the andy/GPDebug-Write branch December 14, 2024 17:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants