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

Fixed Wrong parameters entered by user (#703) #745

Merged
merged 2 commits into from Jun 3, 2020

Conversation

relunctance
Copy link
Contributor

Friendly tips can help users avoid this problem

#703

Friendly tips can help users avoid this problem
@CLAassistant
Copy link

CLAassistant commented May 21, 2020

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
1 out of 2 committers have signed the CLA.

✅ slimus
❌ relunctance
You have signed the CLA already but the status is still pending? Let us recheck it.

Copy link
Collaborator

@slimus slimus left a comment

Choose a reason for hiding this comment

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

@relunctance please fix error string

input_raw.go Outdated
@@ -78,7 +78,7 @@ func (i *RAWInput) listen(address string) {
host, port, err := net.SplitHostPort(address)

if err != nil {
log.Fatal("input-raw: error while parsing address", err)
log.Fatalf("input-raw: error while parsing address: %s , err: %v" , address, err)
Copy link
Collaborator

Choose a reason for hiding this comment

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

err already has address. I think it should smth like
log.Fatalf("input-raw: error while parsing address: %s", err)

input_raw.go Outdated Show resolved Hide resolved
@slimus slimus merged commit 71387ff into buger:master Jun 3, 2020
xingren23 pushed a commit to xingren23/goreplay that referenced this pull request Sep 4, 2021
Fixed Wrong parameters entered by user (buger#703)
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.

None yet

3 participants