From 323a69ef65e0d48fb9d038ecca01a70688ad3325 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Mon, 21 Dec 2020 17:37:35 +0100 Subject: [PATCH] common: Remove superfluous debug output from dotlock.c. * common/dotlock.c (dotlock_create_unix): Remove debug output. -- This was left over from developement about 10 years ago. Exhibits itself when using sshfs. GnuPG-bug-id: 5193 --- common/dotlock.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/common/dotlock.c b/common/dotlock.c index e2cf6f650..45280293b 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;