changeset 1250:7ea3a4c0e2ae

This should be serious software.
author Andre Heinecke <andre.heinecke@intevation.de>
date Thu, 25 Sep 2014 15:53:49 +0200
parents 014586ef8a84
children 3b433a350092
files common/linuxlockfile.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
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/