~ubuntu-branches/debian/sid/netatalk/sid

« back to all changes in this revision

Viewing changes to etc/afpd/fork.c

  • Committer: Bazaar Package Importer
  • Author(s): Jonas Smedegaard
  • Date: 2010-11-28 13:26:40 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20101128132640-c35vd1i39kc5ul78
Tags: 2.1.4-1
* New upstream release.
* Add NEWS entry on BerkeleyDB bump to 4.8 and databases now auto-
  upgrading (replacing older testing-only entry bumping to 4.7).
  Rephrase README.Debian to mention auto-upgrading.
* Bump standards compliance to standards-version 3.9.0.
* Unfuzz patch 114.
* Update copyright file:
  + Fix document a few missed copyright holders (no new licenses).
  + Split comments in License fields into separate License-Comments
    fields.
* Ease building with git-buildpackage: Git-ignore quilt .pc dir, and
  add source local-options.

Show diffs side-by-side

added added

removed removed

Lines of Context:
433
433
                goto openfork_err;
434
434
                break;
435
435
            default:
436
 
                LOG(log_error, logtype_afpd, "afp_openfork(%s): ad_open: %s", s_path->m_name, strerror(errno) );
 
436
                LOG(log_error, logtype_afpd, "afp_openfork('%s/%s'): ad_open: errno: %i (%s)",
 
437
                    getcwdpath, s_path->m_name, errno, strerror(errno) );
437
438
                goto openfork_err;
438
439
                break;
439
440
            }