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

« back to all changes in this revision

Viewing changes to g10/cardglue.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:
413
413
      if (slot == -1)
414
414
        {
415
415
          write_status_text (STATUS_CARDCTRL, "5");
416
 
          log_error ("card reader not available\n");
 
416
          log_error (_("card reader not available\n"));
417
417
          return NULL;
418
418
        }
419
419
    }
443
443
  if (rc)
444
444
    {
445
445
      write_status_text (STATUS_CARDCTRL, "4");
446
 
      log_info ("selecting openpgp failed: %s\n", gpg_strerror (rc));
 
446
      log_info (_("selecting openpgp failed: %s\n"), gpg_strerror (rc));
447
447
      apdu_close_reader (slot);
448
448
      xfree (app);
449
449
      return NULL;