]> git.tuebingen.mpg.de Git - paraslash.git/commit
Print a log message if the sender command fails.
authorAndre Noll <maan@systemlinux.org>
Mon, 14 Jun 2010 15:09:04 +0000 (17:09 +0200)
committerAndre Noll <maan@systemlinux.org>
Mon, 14 Jun 2010 15:09:04 +0000 (17:09 +0200)
commitf7feafeef70ad8f4e8c6fff715a2287f3240e759
treed34082495500cf157a4c3e65a55271bd4f03f696
parent7a1764a24f86bd33beff864b52605ae739a65ca5
Print a log message if the sender command fails.

Currently there is no infrastructure for passing down a value from vss,
which runs in parent context, to the child process. In particular,
we can not pass the return value of the sender subcommand handlers
to com_sender() to propagate it to the client.

However, we may easily write a log message that explains the cause
of the error, which is not optimal, but better than nothing.

Thanks to Gerrit Renker who pointed out this flaw.
vss.c