Skip to content

Commit

Permalink
Missing parens.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.mythtv.org/svn/trunk@2676 7dbf422c-18fa-0310-86e9-fd20926502f2
  • Loading branch information
rkulagowski committed Dec 11, 2003
1 parent f8c14b3 commit fd7aa5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/libs/libmyth/mythcontext.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ bool MythContext::ConnectServer(const QString &hostname, int port)
do
{
VERBOSE(VB_GENERAL, QString("Connecting to backend server: "
"%1:%2 (try %3 of %4")
"%1:%2 (try %3 of %4)")
.arg(hostname).arg(port).arg(cnt+1)
.arg(maxConnTry));

Expand Down

0 comments on commit fd7aa5c

Please sign in to comment.