~ubuntu-branches/ubuntu/intrepid/gnunet/intrepid

« back to all changes in this revision

Viewing changes to src/util/network_client/tcpio.c

  • Committer: Bazaar Package Importer
  • Author(s): Bhavani Shankar
  • Date: 2008-08-19 19:44:30 UTC
  • mfrom: (1.2.12 upstream) (3.1.2 lenny)
  • Revision ID: james.westby@ubuntu.com-20080819194430-x5gjv8wd7t7ldkp0
Tags: 0.8.0a-1ubuntu1
* Merge from debian unstable, remaining changes: (LP: #256576)
  - debian/rules:
   + Make use of code from cdbs' clean-la.mk file to clear the
      dependency_libs field in all .la files in the gnunet-dev 
      package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
303
303
        {
304
304
          GNUNET_GE_LOG (sock->ectx,
305
305
                         GNUNET_GE_WARNING | GNUNET_GE_USER | GNUNET_GE_BULK,
306
 
                         _("Error connecting to %s:%u\n"), host, port);
 
306
                         _("Error connecting to %s:%u. Is the daemon running?\n"), host, port);
307
307
          return GNUNET_SYSERR;
308
308
        }
309
309
      soaddr = NULL;