Mercurial > trustbridge
comparison 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 |
comparison
equal
deleted
inserted
replaced
1395:a2574a029322 | 1396:05c62ad0c74f |
---|---|
338 xfree(procpath); | 338 xfree(procpath); |
339 procpath = NULL; | 339 procpath = NULL; |
340 | 340 |
341 if (ret <= 0) | 341 if (ret <= 0) |
342 { | 342 { |
343 ERRORPRINTF ("readlink failed\n"); | 343 DEBUGPRINTF ("readlink failed\n"); |
344 return NULL; | 344 return NULL; |
345 } | 345 } |
346 | 346 |
347 buf[ret] = '\0'; | 347 buf[ret] = '\0'; |
348 | 348 |