Changeset 1372


Ignore:
Timestamp:
Dec 6, 2009, 11:13:16 PM (14 years ago)
Author:
ezyang
Message:
Print lockfile name.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/locker/sbin/parallel-find.pl

    r1371 r1372  
    1212
    1313# try to grab a lock on the version directory
    14 trylock($dump) || die "Can't acquire lock on $dump .  Another parallel-find may be running.  If you are SURE there is not, remove the lock file and retry.";
     14trylock($dump) || die "Can't acquire lock; lockfile already exists at <$dump.lock>.  Another parallel-find may be running.  If you are SURE there is not, remove the lock file and retry.";
    1515
    1616sub unlock_and_die ($) {
Note: See TracChangeset for help on using the changeset viewer.