mirror of
				https://github.com/vdr-projects/vdr.git
				synced 2025-03-01 10:50:46 +00:00 
			
		
		
		
	Removed a superfluous error message from cLockFile::Unlock()
This commit is contained in:
		
							
								
								
									
										4
									
								
								tools.c
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								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 ----------------------------------------------------------- | ||||
|   | ||||
		Reference in New Issue
	
	Block a user