~ubuntu-branches/ubuntu/vivid/qgo/vivid

« back to all changes in this revision

Viewing changes to src/igsconnection.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Luke Yelavich
  • Date: 2007-08-16 23:49:49 UTC
  • mfrom: (1.1.9 upstream)
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20070816234949-4dsbhncmvyhoef2y
Tags: 1.5.4-2ubuntu1
* Merge from debian unstable, remaining changes:
  - 50_desktop-catagories.dpatch added to add qgo to Games menu.
  - Modify maintainer value as per spec.

Show diffs side-by-side

added added

removed removed

Lines of Context:
305
305
        password = pass;
306
306
        
307
307
        qDebug("Connecting to %s %d as [%s], [%s]...", host, port, username.latin1(), (password ? "***" : "NULL"));
308
 
        sendTextToApp(tr("Trying to connect to") + " " + QString(host) + " " + QString::number(port));
 
308
        sendTextToApp(tr("Trying to connect to %1 %2").arg(host,port));
309
309
 
310
310
        ASSERT(host != 0);
311
311
        ASSERT(port != 0);