]> git.tuebingen.mpg.de Git - paraslash.git/commit
aft.c: Remove condition which is always false.
authorAndre Noll <maan@tuebingen.mpg.de>
Mon, 22 Dec 2014 01:15:19 +0000 (01:15 +0000)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 14 Jun 2015 12:14:35 +0000 (14:14 +0200)
commita3edba783bb81e6032a50f059b6263caa02a2150
treeae34829d7ba21e704206d48bcb3a80280b93c711
parent6d4179add38f41f609db21885e079145e4b5ea6a
aft.c: Remove condition which is always false.

aft_open() returns early if ret is non-negative, so ret is known to
be negative at this point.

Upgrade the log message severity on open failure from INFO to NOTICE
while at it.
aft.c