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

Fix typo in log message. #6636

Merged
merged 1 commit into from
Jun 8, 2020
Merged

Fix typo in log message. #6636

merged 1 commit into from
Jun 8, 2020

Conversation

lbergelson
Copy link
Member

  • A log message in SortSamSpark was using the wrong placeholder for inserting text so the message was printing
    the literal characters %d instead inserting the correct value. Now it puts in a number.

* A log message in SortSamSpark was using the wrong placeholder for inserting text so the message was printing
  the literal characters %d instead inserting the correct value.  Now it puts in a number.
@lbergelson
Copy link
Member Author

@KevinCLydon Super easy pr for you to review. A tiny issue I noticed while looking at something else.

@gatk-bot
Copy link

gatk-bot commented Jun 3, 2020

Travis reported job failures from build 30494
Failures in the following jobs:

Test Type JDK Job ID Logs
integration openjdk11 30494.11 logs
integration openjdk8 30494.2 logs

Copy link
Member

@KevinCLydon KevinCLydon left a comment

Choose a reason for hiding this comment

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

Looks good to me!

@lbergelson lbergelson merged commit 3dabc3f into master Jun 8, 2020
@lbergelson
Copy link
Member Author

Thank you!

@lbergelson lbergelson deleted the lb_fix_typo_in_log_message branch June 8, 2020 15:38
jonn-smith pushed a commit that referenced this pull request Jul 14, 2020
* A log message in SortSamSpark was using the wrong placeholder for inserting text so the message was printing
  the literal characters %d instead inserting the correct value.  Now it puts in a number.
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.

3 participants