Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
80 column clean.
  • Loading branch information
Robert Kulagowski committed May 23, 2012
1 parent fc07bfd commit c8fa24d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mythtv/programs/mythfilldatabase/filldata.cpp
Expand Up @@ -639,7 +639,8 @@ bool FillData::Run(SourceList &sourcelist)
grabber_capabilities_proc.Run(25);
if (grabber_capabilities_proc.Wait() != GENERIC_EXIT_OK)
LOG(VB_GENERAL, LOG_ERR,
QString("%1 --capabilities failed or we timed out waiting." " You may need to upgrade your xmltv grabber")
QString("%1 --capabilities failed or we timed out waiting."
" You may need to upgrade your xmltv grabber")
.arg(xmltv_grabber));
else
{
Expand Down

0 comments on commit c8fa24d

Please sign in to comment.