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

curl: add verbose logging #11137

Merged
merged 1 commit into from Nov 10, 2021
Merged

curl: add verbose logging #11137

merged 1 commit into from Nov 10, 2021

Conversation

Megamouse
Copy link
Contributor

and really verbose logging i you use --verbose-curl

and really verbose logging i you use --verbose-curl
{
private:
CURL* m_curl = nullptr;
static bool s_curl_verbose = false;
Copy link
Member

Choose a reason for hiding this comment

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

Should be inline not static, otherwise it can't be used

@Megamouse Megamouse added the CLI Anything that involves starting RPCS3 through the command line interface label Nov 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLI Anything that involves starting RPCS3 through the command line interface Network
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants