[PATCH 1 of 3] This should be serious software

Wald Commits scm-commit at wald.intevation.org
Thu Sep 25 15:57:30 CEST 2014


# HG changeset patch
# User Andre Heinecke <andre.heinecke at intevation.de>
# Date 1411653229 -7200
# Node ID 7ea3a4c0e2ae0facb48d814d550cbe02da6e8762
# Parent  014586ef8a84fa64e0963c57eaa1e55d9e8893fe
This should be serious software.

diff -r 014586ef8a84 -r 7ea3a4c0e2ae common/linuxlockfile.c
--- 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);
 }


More information about the Trustbridge-commits mailing list