From 9a59ece83e07d6f32a40bd48ac685b7ec0649feb Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Mon, 9 Sep 2002 21:44:00 +0200 Subject: Removed a superfluous error message from cLockFile::Unlock() --- tools.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'tools.c') diff --git a/tools.c b/tools.c index f5545c34..b3b64fc9 100644 --- a/tools.c +++ b/tools.c @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: tools.c 1.70 2002/08/16 08:52:01 kls Exp $ + * $Id: tools.c 1.71 2002/09/09 21:35:49 kls Exp $ */ #include "tools.h" @@ -739,8 +739,6 @@ void cLockFile::Unlock(void) remove(fileName); f = -1; } - else - esyslog("ERROR: attempt to unlock %s without holding a lock!", fileName); } // --- cListObject ----------------------------------------------------------- -- cgit v1.2.3