aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--common/dotlock.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/common/dotlock.c b/common/dotlock.c
index f3e4bac28..60b826b6c 100644
--- a/common/dotlock.c
+++ b/common/dotlock.c
@@ -773,8 +773,6 @@ dotlock_create_unix (dotlock_t h, const char *file_to_lock)
}
strcpy (stpcpy (h->lockname, file_to_lock), EXTSEP_S "lock");
UNLOCK_all_lockfiles ();
- if (h->use_o_excl)
- my_debug_1 ("locking for '%s' done via O_EXCL\n", h->lockname);
return h;