Skip to content

Commit

Permalink
Cleanup missed lint item by hand
Browse files Browse the repository at this point in the history
  • Loading branch information
jhiemstrawisc committed Apr 15, 2024
1 parent cc46c0a commit 8d1f461
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HTTPCommands.cc
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ HTTPRequest::~HTTPRequest() {}
this->errorCode = "E_CURL_LIB"; \
this->errorMessage = "curl_easy_setopt( " #B " ) failed."; \
/* dprintf( D_ALWAYS, "curl_easy_setopt( %s ) failed (%d): '%s', \
failing.\n", #B, rv##B, curl_easy_strerror( rv##B ) ); */ \
failing.\n", #B, rv##B, curl_easy_strerror( rv##B ) ); */ \
return false; \
} \
}
Expand Down

0 comments on commit 8d1f461

Please sign in to comment.