]> git.tuebingen.mpg.de Git - paraslash.git/commit
audiod: Fix error message on status errors.
authorAndre Noll <maan@systemlinux.org>
Sat, 20 Jul 2013 10:28:18 +0000 (12:28 +0200)
committerAndre Noll <maan@systemlinux.org>
Sun, 22 Sep 2013 00:29:18 +0000 (02:29 +0200)
commitc967924027fa0b94ebe2c6b28bc191578f7afaea
tree39ab4b112c6c521479fc087c349475552d2d6d4d
parent282a5e463090205ef8a12f50a9ecf6498b860e88
audiod: Fix error message on status errors.

If para_audiod can not parse a status item received from para_server,
it currently prints

task_notify: notifying task client: audiod switched off
btr_remove_node: removing btr node client from buffer tree
unregister_task: unregistering client (audiod switched off)

This is misleading at best. The error message for status timeouts has
the same problem. This patch makes para_audiod print meaningful error
messages in both cases.
audiod.c
error.h