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

random cleanups #19

Closed
wants to merge 2 commits into from
Closed

random cleanups #19

wants to merge 2 commits into from

Conversation

davecheney
Copy link
Contributor

No description provided.

@@ -253,7 +254,7 @@ func (inst *MgoInstance) run() error {
}
// Capture the last 20 lines of output from mongod, to log
// in the event of unclean exit.
lines := readLastLines(prefix, io.MultiReader(&buf, out), 20)
lines, _ := readLastLines(prefix, io.MultiReader(&buf, out), 20)
Copy link
Contributor

Choose a reason for hiding this comment

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

I don't understand why this error is not handled?

@dimitern
Copy link
Contributor

No activity for a long time - closing this.

@dimitern dimitern closed this Mar 10, 2015
@hpidcock hpidcock deleted the 101-small-fixes branch July 14, 2023 01:44
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

4 participants