diff common/util.c @ 1396:05c62ad0c74f 0.9.10

Change error to debug for an expected failure.
author Andre Heinecke <andre.heinecke@intevation.de>
date Mon, 26 Jan 2015 14:28:13 +0100
parents fdef94da2d70
children
line wrap: on
line diff
--- a/common/util.c	Mon Jan 26 13:17:32 2015 +0100
+++ b/common/util.c	Mon Jan 26 14:28:13 2015 +0100
@@ -340,7 +340,7 @@
 
   if (ret <= 0)
     {
-      ERRORPRINTF ("readlink failed\n");
+      DEBUGPRINTF ("readlink failed\n");
       return NULL;
     }
 

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