~ubuntu-branches/ubuntu/hardy/gnupg/hardy-updates

« back to all changes in this revision

Viewing changes to g10/passphrase.c

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2006-11-03 09:18:26 UTC
  • mto: This revision was merged to the branch mainline in revision 11.
  • Revision ID: james.westby@ubuntu.com-20061103091826-89kwl8tk1xypbmtk
Tags: upstream-1.4.5
ImportĀ upstreamĀ versionĀ 1.4.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
359
359
          if (orig_codeset)
360
360
            bind_textdomain_codeset (PACKAGE, orig_codeset);
361
361
#endif /*ENABLE_NLS*/
362
 
          log_error ( _("can't connect to `%s': %s\n"), 
 
362
          log_info ( _("can't connect to `%s': %s\n"), 
363
363
                      infostr, assuan_strerror (rc));
364
364
          opt.use_agent = 0;
365
365
        }