subogero / omxd

Raspberry Pi omxplayer playlist daemon and YouTube player
Other
85 stars 19 forks source link

Add missing linefeed to LOG #43

Closed priiduonu closed 8 years ago

priiduonu commented 8 years ago

added missing linefeed in logfile output

subogero commented 8 years ago

Please rewrite the commit message so the 1st line is Add missing linefeed to LOG. No further details are necessary. I'm always looking the history in --oneline format, and seeing Update omxd.c there is meaningless.

Thanks!

subogero commented 8 years ago

Sorry I didn't mean the title of the Pull Request. I meant the commit message.

git commit --amend # then change the message in the editor
git push -f origin <branch>