diff common/linuxlockfile.c @ 1250:7ea3a4c0e2ae

This should be serious software.
author Andre Heinecke <andre.heinecke@intevation.de>
date Thu, 25 Sep 2014 15:53:49 +0200
parents 2a1206932f53
children 8362e30f7b55
line wrap: on
line diff
--- a/common/linuxlockfile.c	Thu Sep 25 12:43:56 2014 +0200
+++ b/common/linuxlockfile.c	Thu Sep 25 15:53:49 2014 +0200
@@ -71,8 +71,8 @@
   lk.l_len = 0;
   if (fcntl(fd, F_SETLK, &lk) == -1)
     {
-      /* Lock can not be removed?!?  WTF? */
-      DEBUGPRINTF("Could not remove lock from pid file. STRANGE!\n");
+      /* Lock can not be removed */
+      DEBUGPRINTF("Could not remove lock from pid file.\n");
     }
   close(fd);
 }

http://wald.intevation.org/projects/trustbridge/